Add Modelines info for new Qtshark source file(s)

svn path=/trunk/; revision=45760
This commit is contained in:
Alexis La Goutte 2012-10-24 15:51:38 +00:00
parent f7e6d1a4a2
commit 4438309f5e
4 changed files with 52 additions and 0 deletions

View File

@ -246,3 +246,16 @@ void ExportDissectionDialog::on_buttonBox_helpRequested()
wsApp->helpTopicAction(HELP_EXPORT_FILE_DIALOG);
}
#endif // Q_WS_WIN
/*
* 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

@ -75,3 +75,16 @@ private:
};
#endif // EXPORT_DISSECTION_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:
*/

View File

@ -320,3 +320,16 @@ void ExportObjectDialog::saveAllEntries()
);
}
}
/*
* 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

@ -102,3 +102,16 @@ private:
};
#endif // EXPORT_OBJECT_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:
*/