From 75f6df76281f94b3f71774ff01addf20ad7496d3 Mon Sep 17 00:00:00 2001 From: xavier Date: Sat, 23 Feb 2013 12:53:15 +0000 Subject: [PATCH] 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 --- sources/titleblock/qettemplateeditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/titleblock/qettemplateeditor.h b/sources/titleblock/qettemplateeditor.h index cac1af059..6bbdbe5bf 100644 --- a/sources/titleblock/qettemplateeditor.h +++ b/sources/titleblock/qettemplateeditor.h @@ -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_;