[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/engines/solidnotifier
From:       Alexis Ménard <alexis_menard () yahoo ! fr>
Date:       2007-07-06 22:33:55
Message-ID: 1183761235.436770.31675.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 684565 by menard:

Add destructor and change library into software in licence header..sorry ;)


 M  +7 -3      solidnotifierengine.cpp  
 M  +5 -3      solidnotifierengine.h  


--- trunk/KDE/kdebase/workspace/plasma/engines/solidnotifier/solidnotifierengine.cpp #684564:684565
@@ -1,13 +1,12 @@
 /*
  *   Copyright (C) 2007 Menard Alexis <darktears31@gmail.com>
  *
- *
- * This library is free software; you can redistribute it and/or
+ * This program is free software you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
  *
- * This library is distributed in the hope that it will be useful,
+ * This program 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
  * Library General Public License for more details.
@@ -30,4 +29,9 @@
 {
 }
 
+SolidNotifierEngine::~SolidNotifierEngine()
+{
+
+}
+
 #include "solidnotifierengine.moc"
--- trunk/KDE/kdebase/workspace/plasma/engines/solidnotifier/solidnotifierengine.h #684564:684565
@@ -1,11 +1,12 @@
 /*
- *   Copyright (C) 2007 Menard Alexis <darktears31@gmail.com>
- * This library is free software; you can redistribute it and/or
+ * Copyright (C) 2007 Menard Alexis <darktears31@gmail.com>
+ *
+ * This program is free software you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
  *
- * This library is distributed in the hope that it will be useful,
+ * This program 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
  * Library General Public License for more details.
@@ -35,6 +36,7 @@
 
     public:
         SolidNotifierEngine( QObject* parent, const QStringList& args);
+        ~SolidNotifierEngine();
 };
 
 K_EXPORT_PLASMA_DATAENGINE(solidnotifier, SolidNotifierEngine)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic