diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2019-05-26 21:28:34 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2019-05-27 06:50:16 +0000 |
commit | 1e138fbe10b56ae3f8fee2cee59f4032c0b32f12 (patch) | |
tree | afd4dc83c67fb8e75393d8f61097efcb1fe17903 /src/plugins/qmlprofiler/tests | |
parent | b70d39a091a525ddc8816b0835aaa9eda975e258 (diff) | |
download | qt-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/qmlprofiler/tests')
-rw-r--r-- | src/plugins/qmlprofiler/tests/qmlnote_test.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/tests/qmlnote_test.h b/src/plugins/qmlprofiler/tests/qmlnote_test.h index 0842e6f423..0a678e32e7 100644 --- a/src/plugins/qmlprofiler/tests/qmlnote_test.h +++ b/src/plugins/qmlprofiler/tests/qmlnote_test.h @@ -30,7 +30,6 @@ namespace QmlProfiler { namespace Internal { - class QmlNoteTest : public QObject { Q_OBJECT |