From b2fc03628b921656482da1d9279908481aaa873d Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Tue, 13 May 2008 17:44:36 +0000 Subject: [PATCH] made resetWindowTitle() a slot git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@969 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/main_window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/main_window.h b/include/main_window.h index fbff593c3..1319e667b 100644 --- a/include/main_window.h +++ b/include/main_window.h @@ -1,7 +1,7 @@ /* * main_window.h - declaration of class mainWindow, the main window of LMMS * - * Copyright (c) 2004-2007 Tobias Doerffel + * Copyright (c) 2004-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * @@ -58,8 +58,6 @@ public: int addWidgetToToolBar( QWidget * _w, int _row = -1, int _col = -1 ); void addSpacingToToolBar( int _size ); - void resetWindowTitle( void ); - // every function that replaces current file (e.g. creates new file, // opens another file...) has to call this before and may only process @@ -91,6 +89,8 @@ public: public slots: + void resetWindowTitle( void ); + inline void emptySlot( void ) { }