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:
hjk
2021-04-01 18:09:26 +02:00
parent 6b82af5990
commit 0be9639e6f

View File

@@ -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)