From 20d7d8e597d171742452d902e41d930dd781387b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 26 Feb 2010 17:31:53 +0000 Subject: added option 'continue playback on startup' git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1587 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/mainwindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/mainwindow.h') diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 2d8b102fc..0fefc57b2 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2009 by Ilya Kotov * + * Copyright (C) 2006-2010 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -103,6 +103,7 @@ private: void readSettings(); void writeSettings(); void createActions(); + void resume(); SoundCore *m_core; QMenu *m_mainMenu; MainDisplay *m_display; -- cgit v1.2.3-13-gbd6f