refaktoring
[mdictionary] / src / plugins / google / GooglePlugin.cpp
index 5a9c13f..970ee39 100644 (file)
@@ -116,6 +116,7 @@ void GooglePlugin::setConnectionAccept(QString connectionAcepted) {
         _settings->setValue("connection_accepted","false");
 }
 
+
 bool GooglePlugin::isConnectionAccept() const {
     if(_settings->value("connection_accepted")=="true")
         return true;
@@ -124,23 +125,7 @@ bool GooglePlugin::isConnectionAccept() const {
 }
 
 
-uint GooglePlugin::hash() const {
-    return _hash;
-}
-
-
-void GooglePlugin::setHash(uint _hash) {
-    this->_hash=_hash;
-}
-
-
 Settings* GooglePlugin::settings() {
-/*    Settings *returnSettings=new Settings;
-    QStringList list = _settings->keys();
-    foreach(QString key, list)
-            returnSettings->setValue(key,_settings->value(key));
-    return returnSettings;
-*/
     return _settings;
 }