project actions (set as startup, build, run and close)

This commit is contained in:
2021-05-20 21:06:24 +03:00
parent e3f19521be
commit 83cf72d9a3
3 changed files with 100 additions and 7 deletions

View File

@@ -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();
};