summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2019-05-26 21:28:34 +0300
committerOrgad Shaneh <orgads@gmail.com>2019-05-27 06:50:16 +0000
commit1e138fbe10b56ae3f8fee2cee59f4032c0b32f12 (patch)
treeafd4dc83c67fb8e75393d8f61097efcb1fe17903 /src/plugins/coreplugin
parentb70d39a091a525ddc8816b0835aaa9eda975e258 (diff)
downloadqt-creator-1e138fbe10b56ae3f8fee2cee59f4032c0b32f12.tar.gz
Remove excess blank lines after namespace
Change-Id: I4e4f83017f2bfc2cf842c4c971ed4b05e0447e6a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/coreplugin')
-rw-r--r--src/plugins/coreplugin/dialogs/openwithdialog.h2
-rw-r--r--src/plugins/coreplugin/dialogs/saveitemsdialog.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/coreplugin/dialogs/openwithdialog.h b/src/plugins/coreplugin/dialogs/openwithdialog.h
index a3f0db0366..1833af8383 100644
--- a/src/plugins/coreplugin/dialogs/openwithdialog.h
+++ b/src/plugins/coreplugin/dialogs/openwithdialog.h
@@ -29,8 +29,6 @@
#include "ui_openwithdialog.h"
namespace Core {
-
-
namespace Internal {
// Present the user with a file name and a list of available
diff --git a/src/plugins/coreplugin/dialogs/saveitemsdialog.h b/src/plugins/coreplugin/dialogs/saveitemsdialog.h
index 37d321fade..f62af24768 100644
--- a/src/plugins/coreplugin/dialogs/saveitemsdialog.h
+++ b/src/plugins/coreplugin/dialogs/saveitemsdialog.h
@@ -36,7 +36,6 @@ class IDocument;
namespace Internal {
-
class SaveItemsDialog : public QDialog
{
Q_OBJECT