projects
/
quassel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
902c957
)
Remove superfluous (and warning-producing) semicolons.
author
Manuel Nickschas
<sputnick@quassel-irc.org>
Thu, 18 Oct 2007 14:16:26 +0000
(14:16 +0000)
committer
Manuel Nickschas
<sputnick@quassel-irc.org>
Thu, 18 Oct 2007 14:16:26 +0000
(14:16 +0000)
src/common/synchronizer.h
patch
|
blob
|
history
diff --git
a/src/common/synchronizer.h
b/src/common/synchronizer.h
index
97453b2
..
fe407f8
100644
(file)
--- a/
src/common/synchronizer.h
+++ b/
src/common/synchronizer.h
@@
-23,11
+23,11
@@
class SignalProxy;
-#include <QObject>
;
-#include <QList>
;
-#include <QString>
;
-#include <QVariantMap>
;
-#include <QMetaMethod>
;
+#include <QObject>
+#include <QList>
+#include <QString>
+#include <QVariantMap>
+#include <QMetaMethod>
#include <QPointer>
class Synchronizer : public QObject {