← Back to team overview

ayatana-commits team mailing list archive

[Branch ~agateau/libindicate-qt/trunk] Rev 116: Merged stupid fix from libindicate-0.5

 

------------------------------------------------------------
revno: 116
committer: Aurelien Gateau <aurelien.gateau@xxxxxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2011-03-16 14:24:03 +0100
message:
  Merged stupid fix from libindicate-0.5
modified:
  src/qindicatedecode.cpp
  src/qindicatedecode.h


--
lp:libindicate-qt
https://code.launchpad.net/~agateau/libindicate-qt/trunk

Your team ayatana-commits is subscribed to branch lp:libindicate-qt.
To unsubscribe from this branch go to https://code.launchpad.net/~agateau/libindicate-qt/trunk/+edit-subscription
=== modified file 'src/qindicatedecode.cpp'
--- src/qindicatedecode.cpp	2009-09-14 15:10:58 +0000
+++ src/qindicatedecode.cpp	2011-03-16 13:24:03 +0000
@@ -8,8 +8,7 @@
  *
  * License: LGPL v2.1 or LGPL v3
  */
-#ifndef QINDICATEDECODE_H
-#define QINDICATEDECODE_H
+#include <qindicatedecode.h>
 
 // Qt
 #include <QDateTime>
@@ -112,6 +111,3 @@
 } // namespace
 
 } // namespace
-
-#endif /* QINDICATEDECODE_H */
-

=== modified file 'src/qindicatedecode.h'
--- src/qindicatedecode.h	2009-09-14 15:10:58 +0000
+++ src/qindicatedecode.h	2011-03-16 13:24:03 +0000
@@ -11,6 +11,11 @@
 #ifndef QINDICATEDECODE_H
 #define QINDICATEDECODE_H
 
+class QByteArray;
+class QDateTime;
+class QImage;
+class QString;
+
 namespace QIndicate
 {