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:
hjk
2010-12-06 14:12:38 +01:00
parent 39f6652cf5
commit 5bce99b9e5
14 changed files with 85 additions and 223 deletions

View File

@@ -50,8 +50,6 @@ public:
private slots:
void sayHelloWorld();
private:
};
} // namespace Internal