From bfe01d737226a5034010bc3db19b99c46d062387 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 19 Mar 2010 20:36:22 +0000 Subject: added 'about' button git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1633 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/display.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/display.h') diff --git a/src/ui/display.h b/src/ui/display.h index 7f1541081..67c472048 100644 --- a/src/ui/display.h +++ b/src/ui/display.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 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 * @@ -113,6 +113,7 @@ private: TimeIndicator* m_timeIndicator; TitleBar *m_titlebar; SoundCore *m_core; + QWidget *m_aboutWidget; }; #endif -- cgit v1.2.3-13-gbd6f