QTfrontend/ui/widget/hatprompt.h
changeset 8385 9e8924ff9813
parent 8374 3a1708759c4f
child 8434 4821897a0f10
--- a/QTfrontend/ui/widget/hatprompt.h	Mon Jan 14 13:28:03 2013 +0100
+++ b/QTfrontend/ui/widget/hatprompt.h	Mon Jan 14 21:17:42 2013 +0400
@@ -33,7 +33,7 @@
 	friend class HatPrompt;
 
 	public:
-		HatListView(QWidget* parent = 0) {};
+        HatListView(QWidget* parent = 0) : QListView(parent){}
 };
 
 class HatPrompt : public QDialog