]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/errors.hpp
Qt4 - minwidth of dropdown inside settings dialogs, patch by André Weber
[vlc] / modules / gui / qt4 / dialogs / errors.hpp
index cc23d156a5db16b551cd8cde8d95f17e943be378..bf9b362bcb9f81dc45d86f08b50f1bbe8fa67318 100644 (file)
@@ -2,7 +2,7 @@
  * errors.hpp : Errors
  ****************************************************************************
  * Copyright (C) 2006 the VideoLAN team
- * $Id: Errors.hpp 16024 2006-07-13 13:51:05Z xtophe $
+ * $Id$
  *
  * Authors: Jean-Baptiste Kempf <jb (at) videolan.org>
  *
@@ -18,7 +18,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #ifndef _ERRORS_DIALOG_H_
 #define _ERRORS_DIALOG_H_
@@ -51,7 +52,7 @@ private:
 
     QCheckBox *stopShowing;
     QTextEdit *messages;
-public slots:
+private slots:
     void close();
     void clear();
     void dontShow();