Remove PathChooser subclasses that are no longer needed.

Change-Id: Iceb848d1be36e1dba1cea3c336dc4ec0094e491e
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-02-27 16:58:52 +01:00
parent 22fe553895
commit 20a05c986c
9 changed files with 39 additions and 160 deletions

View File

@@ -144,14 +144,6 @@ private:
QString m_snippet;
};
class LibraryPathChooser : public Utils::PathChooser
{
Q_OBJECT
public:
LibraryPathChooser(QWidget *parent);
};
} // namespace Internal
} // namespace QmakeProjectManager