forked from qt-creator/qt-creator
Add a dialog for editing the file list of generic projects
Task-Nr: QTCREATORBUG-5112 Change-Id: Ic39c4346f2c64b05c314f3c03d963994e043dc45 Reviewed-on: http://codereview.qt.nokia.com/500 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtGui/QAction>
|
||||
|
||||
namespace ProjectExplorer {
|
||||
class Project;
|
||||
class Node;
|
||||
}
|
||||
|
||||
namespace GenericProjectManager {
|
||||
namespace Internal {
|
||||
@@ -52,9 +58,14 @@ public:
|
||||
|
||||
virtual bool initialize(const QStringList &arguments, QString *errorString);
|
||||
virtual void extensionsInitialized();
|
||||
private slots:
|
||||
void updateContextMenu(ProjectExplorer::Project *, ProjectExplorer::Node *);
|
||||
void editFiles();
|
||||
|
||||
private:
|
||||
ProjectFilesFactory *m_projectFilesEditorFactory;
|
||||
QAction *m_editFilesAction;
|
||||
ProjectExplorer::Project *m_contextMenuProject;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user