aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:51:38 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:51:38 +0000
commit4438309f5eb607f746da7970b81f0406120df96d (patch)
tree75955a916b0d0e2b8f2d2109bdc9798157ce5ebd /ui
parentf7e6d1a4a2ad3484e9202b4b2ae3bc6297127a24 (diff)
Add Modelines info for new Qtshark source file(s)
svn path=/trunk/; revision=45760
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/export_dissection_dialog.cpp13
-rw-r--r--ui/qt/export_dissection_dialog.h13
-rw-r--r--ui/qt/export_object_dialog.cpp13
-rw-r--r--ui/qt/export_object_dialog.h13
4 files changed, 52 insertions, 0 deletions
diff --git a/ui/qt/export_dissection_dialog.cpp b/ui/qt/export_dissection_dialog.cpp
index 4f8c0f814e..c39700b983 100644
--- a/ui/qt/export_dissection_dialog.cpp
+++ b/ui/qt/export_dissection_dialog.cpp
@@ -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:
+ */
diff --git a/ui/qt/export_dissection_dialog.h b/ui/qt/export_dissection_dialog.h
index 2ca3628380..71b17a2cc3 100644
--- a/ui/qt/export_dissection_dialog.h
+++ b/ui/qt/export_dissection_dialog.h
@@ -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:
+ */
diff --git a/ui/qt/export_object_dialog.cpp b/ui/qt/export_object_dialog.cpp
index 5f3f5c34de..43f8ea9af9 100644
--- a/ui/qt/export_object_dialog.cpp
+++ b/ui/qt/export_object_dialog.cpp
@@ -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:
+ */
diff --git a/ui/qt/export_object_dialog.h b/ui/qt/export_object_dialog.h
index 5f8438e332..f31e1175a6 100644
--- a/ui/qt/export_object_dialog.h
+++ b/ui/qt/export_object_dialog.h
@@ -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:
+ */