Added ReportBugDialog to Help menu.

- Also renamed "File" toolbar to "Quick Access" toolbar (#13).
This commit is contained in:
Jim Evins
2019-01-27 21:46:56 -05:00
parent 212578c380
commit 0e60c52d4c
11 changed files with 555 additions and 20 deletions
+2
View File
@@ -143,6 +143,7 @@ namespace glabels
void objectsCenterVert();
void helpContents();
void helpReportBug();
void helpAbout();
void onContextMenuActivate();
@@ -291,6 +292,7 @@ namespace glabels
QAction* objectsCenterVertAction;
QAction* helpContentsAction;
QAction* helpReportBugAction;
QAction* helpAboutAction;
QAction* contextCutAction;