Debugger: De-Q_OBJECT-ify settings pages

Change-Id: I17fe42e8b4ea2801414cca10893f82c12885c788
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2020-01-10 13:46:51 +01:00
parent 8b4915ce41
commit 8b1ee3be9a
5 changed files with 18 additions and 35 deletions

View File

@@ -41,6 +41,7 @@
#include <QCoreApplication>
#include <QDebug>
#include <QFormLayout>
#include <QGroupBox>
#include <QLabel>
#include <QLineEdit>
#include <QPointer>
@@ -61,7 +62,8 @@ namespace Internal {
class GdbOptionsPage : public Core::IOptionsPage
{
Q_OBJECT
Q_DECLARE_TR_FUNCTIONS(Debugger::Internal::GdbOptionsPage)
public:
GdbOptionsPage();
};
@@ -279,7 +281,6 @@ GdbOptionsPage::GdbOptionsPage()
class GdbOptionsPageWidget2 : public IOptionsPageWidget
{
Q_OBJECT
public:
GdbOptionsPageWidget2();
@@ -391,5 +392,3 @@ void addGdbOptionPages(QList<IOptionsPage *> *opts)
} // namespace Internal
} // namespace Debugger
#include "gdboptionspage.moc"