aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-26 17:31:53 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-26 17:31:53 +0000
commit20d7d8e597d171742452d902e41d930dd781387b (patch)
treec1ba188cf4b5cd09c26e3a171aa998cb5a63c1d7 /src/ui/mainwindow.h
parenta9da35175045155ab8a2932f03898c292d77db2c (diff)
downloadqmmp-20d7d8e597d171742452d902e41d930dd781387b.tar.gz
qmmp-20d7d8e597d171742452d902e41d930dd781387b.tar.bz2
qmmp-20d7d8e597d171742452d902e41d930dd781387b.zip
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
Diffstat (limited to 'src/ui/mainwindow.h')
-rw-r--r--src/ui/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
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;