QTfrontend/pageadmin.cpp
changeset 6009 14f6fc9869f2
parent 5204 e1a5f4d5d86a
child 6010 10913a80cb50
--- a/QTfrontend/pageadmin.cpp	Sat Sep 24 04:53:53 2011 +0200
+++ b/QTfrontend/pageadmin.cpp	Sat Sep 24 16:22:10 2011 +0200
@@ -73,14 +73,15 @@
     
     // 5
     pbClearAccountsCache = addButton(tr("Clear Accounts Cache"), pageLayout, 5, 0);
+    connect(pbClearAccountsCache, SIGNAL(clicked()), this, SIGNAL(clearAccountsCache()));
     
     // 6
     pbSetSM = addButton(tr("Set data"), pageLayout, 6, 0, 1, 3);
 
+
     // 7
     BtnBack = addButton(":/res/Exit.png", pageLayout, 7, 0, true);
-
-    connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged()));
+    connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));
 }
 
 void PageAdmin::smChanged()