project actions (set as startup, build, run and close)
This commit is contained in:
@@ -34,6 +34,7 @@ protected:
|
||||
void restoreExpanded(QTreeWidgetItem * ti);
|
||||
void setExtVariable();
|
||||
void checkProcEvents();
|
||||
void * itemProject(QTreeWidgetItem * ti);
|
||||
|
||||
bool in_proc, need_rebuild;
|
||||
ExtensionSystem::IPlugin * proj_plug;
|
||||
@@ -63,6 +64,10 @@ private slots:
|
||||
void on_actionOpen_terminal_triggered();
|
||||
void on_actionCopy_name_triggered();
|
||||
void on_actionCopy_path_triggered();
|
||||
void on_actionSet_as_startup_triggered();
|
||||
void on_actionBuild_triggered();
|
||||
void on_actionRun_triggered();
|
||||
void on_actionClose_project_triggered();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user