forked from qt-creator/qt-creator
De-Q_OBJECT-ify some more settings pages
Change-Id: I4700c9749c12c3fbe3adc9dc702283c8ce545ab2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -30,10 +30,8 @@
|
||||
namespace Macros {
|
||||
namespace Internal {
|
||||
|
||||
class MacroOptionsPage : public Core::IOptionsPage
|
||||
class MacroOptionsPage final : public Core::IOptionsPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MacroOptionsPage();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user