Skip to content
Snippets Groups Projects
Commit 06c99791 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

WelcomePage: Remove private class


It is not used and we do not need to care about binary compatibility
issues.

Change-Id: I6fe9edc58313eea2061be94b7928d643bd6281f8
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent 1d360767
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,6 @@ QT_FORWARD_DECLARE_CLASS(QDeclarativeEngine) ...@@ -39,8 +39,6 @@ QT_FORWARD_DECLARE_CLASS(QDeclarativeEngine)
namespace Utils { namespace Utils {
class IWelcomePagePrivate;
class QTCREATOR_UTILS_EXPORT IWelcomePage : public QObject class QTCREATOR_UTILS_EXPORT IWelcomePage : public QObject
{ {
Q_OBJECT Q_OBJECT
...@@ -68,10 +66,6 @@ public: ...@@ -68,10 +66,6 @@ public:
virtual void facilitateQml(QDeclarativeEngine *) {} virtual void facilitateQml(QDeclarativeEngine *) {}
virtual bool hasSearchBar() const { return false; } virtual bool hasSearchBar() const { return false; }
virtual Id id() const = 0; virtual Id id() const = 0;
private:
// not used atm
IWelcomePagePrivate *d;
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment