mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Got rid of a stray comma before a semicolon to please gcc-4.8.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2045 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -46,7 +46,7 @@ class QETTitleBlockTemplateEditor : public QETMainWindow {
|
||||
// attributes
|
||||
private:
|
||||
/// menus TODO
|
||||
QMenu *file_menu_, *edit_menu_,/* *paste_from_menu_, */*display_menu_,/* *tools_menu_*/;
|
||||
QMenu *file_menu_, *edit_menu_, *display_menu_;
|
||||
/// actions
|
||||
QAction *new_, *open_, *open_from_file_, *save_, *save_as_, *save_as_file_, *quit_;
|
||||
QAction *undo_, *redo_, *cut_, *copy_, *paste_, *edit_logos_, *edit_info_, *add_row_, *add_col_, *merge_cells_, *split_cell_;
|
||||
|
||||
Reference in New Issue
Block a user