forked from qt-creator/qt-creator
Replace BaseMode convenience class by individual implementation.
Using the convienience class does not really save code and adds another needless level in the hierarchy. This affects the three remaining BaseMode users: Help, ProjectExplorer and HelloWorld.
This commit is contained in:
@@ -50,8 +50,6 @@ public:
|
||||
|
||||
private slots:
|
||||
void sayHelloWorld();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user