detect a disconect error in GooglePlugin
[mdictionary] / trunk / src / plugins / google / src / GoogleDictDialog.cpp
index 87667b8..a4125c4 100644 (file)
@@ -1,3 +1,28 @@
+/*******************************************************************************
+
+    This file is part of mDictionary.
+
+    mDictionary is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    mDictionary is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with mDictionary.  If not, see <http://www.gnu.org/licenses/>.
+
+    Copyright 2010 Comarch S.A.
+
+*******************************************************************************/
+
+/*! \file GoogleDictDialog.cpp
+    \author Jakub Jaszczynski <j.j.jaszczynski@gmail.com>
+*/
+
 #include "GoogleDictDialog.h"
 
 GoogleDictDialog::GoogleDictDialog(GooglePlugin *plugin, QObject *parent) :
@@ -10,7 +35,6 @@ Settings* GoogleDictDialog::addNewDictionary(QWidget *parent) {
 }
 
 void GoogleDictDialog::changeSettings(QWidget * parent) {
-    qDebug()<<"tu";
     GoogleSettingsDialog::changeSettings(plugin,parent);
 }