aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-03-15 15:53:51 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-03-15 15:53:51 +0000
commit54e20771081fcc0038bc80c688fb26b5d70005b4 (patch)
tree515b922d35f1ac7b4bc761a8173d33f9bcc6cc89 /src/ui/mainwindow.h
parentee386da333fad3a34d9392b17a6f4e637e0d179a (diff)
downloadqmmp-54e20771081fcc0038bc80c688fb26b5d70005b4.tar.gz
qmmp-54e20771081fcc0038bc80c688fb26b5d70005b4.tar.bz2
qmmp-54e20771081fcc0038bc80c688fb26b5d70005b4.zip
some visibility options
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@267 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.h')
-rw-r--r--src/ui/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h
index 0ad44cec4..21b1c8fab 100644
--- a/src/ui/mainwindow.h
+++ b/src/ui/mainwindow.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
+ * Copyright (C) 2006-2008 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -132,7 +132,7 @@ private:
Skin *m_skin;
QString m_playlistName;
JumpToTrackDialog* m_jumpDialog;
- bool m_hide_on_titlebar_close;
+ bool m_hideOnClose, m_startHidden;
int m_elapsed;
VisualMenu *m_visMenu;
CommandLineOptionManager* m_option_manager;