forked from qt-creator/qt-creator
GenericProject: add simple test.
Change-Id: Idce9c44caf0b963fa9750b8abc7fc8aab6ab8227 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
62aea4728f
commit
922c330bcc
@@ -61,6 +61,11 @@ private slots:
|
||||
void updateContextMenu(ProjectExplorer::Project *, ProjectExplorer::Node *);
|
||||
void editFiles();
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
private slots:
|
||||
void test_simple();
|
||||
#endif // WITH_TESTS
|
||||
|
||||
private:
|
||||
ProjectFilesFactory *m_projectFilesEditorFactory;
|
||||
QAction *m_editFilesAction;
|
||||
|
||||
Reference in New Issue
Block a user