Add Modelines infos to new Qtshark file (print_dialog.*)

svn path=/trunk/; revision=45892
This commit is contained in:
Alexis La Goutte 2012-11-04 16:01:11 +00:00
parent 615efadd77
commit 686e72c011
2 changed files with 26 additions and 0 deletions

View File

@ -319,3 +319,16 @@ void PrintDialog::on_buttonBox_clicked(QAbstractButton *button)
break;
}
}
/*
* 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

@ -80,3 +80,16 @@ private slots:
#endif // PRINT_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:
*/