Wireshark Dialog (Qt): Add Modelines info

Change-Id: I6689f5a95c6dc051d660198fd58ae96967f3468f
Reviewed-on: https://code.wireshark.org/review/6116
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2014-12-29 17:11:01 +01:00 committed by Michael Mann
parent 90ba1668b3
commit ea080724ba
2 changed files with 26 additions and 0 deletions

View File

@ -72,3 +72,16 @@ void WiresharkDialog::captureFileClosing()
setWindowTitle();
updateWidgets();
}
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -59,3 +59,16 @@ private slots:
};
#endif // WIRESHARK_DIALOG_H
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/