forked from qt-creator/qt-creator
Nim: Adapt to new AspectContainer base class
AspectContainer is now based on QObject already. Change-Id: Ic4c10ed3ed8ca8f7f1f1c5a43a8f8cdb8d97febf Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -32,7 +32,7 @@ namespace TextEditor { class SimpleCodeStylePreferences; }
|
||||
|
||||
namespace Nim {
|
||||
|
||||
class NimSettings : public QObject, public Utils::AspectContainer
|
||||
class NimSettings : public Utils::AspectContainer
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Nim::NimSettings)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user