Revision: 6179
Author: nogu.dev
Date: Sat Feb 27 15:03:39 2010
Log: * qt4/candwin/qt4.h
  - (CandidateWindow): Use "explicit" for constructor.
http://code.google.com/p/uim/source/detail?r=6179

Modified:
 /trunk/qt4/candwin/qt4.h

=======================================
--- /trunk/qt4/candwin/qt4.h    Sat Feb 27 15:03:01 2010
+++ /trunk/qt4/candwin/qt4.h    Sat Feb 27 15:03:39 2010
@@ -51,7 +51,7 @@
 {
     Q_OBJECT
 public:
-    CandidateWindow( QWidget *parent = 0 );
+    explicit CandidateWindow( QWidget *parent = 0 );
     ~CandidateWindow();

     void activateCand( const QStringList &list );

Reply via email to