[qet] [2045] Got rid of a stray comma before a semicolon to please gcc-4.8. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2045
Author: xavier
Date: 2013-02-23 13:53:15 +0100 (Sat, 23 Feb 2013)
Log Message:
-----------
Got rid of a stray comma before a semicolon to please gcc-4.8.
Modified Paths:
--------------
trunk/sources/titleblock/qettemplateeditor.h
Modified: trunk/sources/titleblock/qettemplateeditor.h
===================================================================
--- trunk/sources/titleblock/qettemplateeditor.h 2013-02-20 17:53:19 UTC (rev 2044)
+++ trunk/sources/titleblock/qettemplateeditor.h 2013-02-23 12:53:15 UTC (rev 2045)
@@ -46,7 +46,7 @@
// 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_;