diff options
Diffstat (limited to 'src/ui/mainwindow.h')
| -rw-r--r-- | src/ui/mainwindow.h | 4 |
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; |
