Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Jemlich <pcgod@users.sourceforge.net>2010-07-15 23:50:19 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2010-07-20 19:31:01 +0400
commit2997897f2464390395a8b50d7467dd1a75a7d7eb (patch)
tree3d95665ad7e106cf1937c4f54d429535011afb70 /src/Connection.h
parentfe9ae2d88d7edd4ffee1709059c06b7e22b3a24f (diff)
Fix some gcc and cppcheck warnings
Diffstat (limited to 'src/Connection.h')
-rw-r--r--src/Connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Connection.h b/src/Connection.h
index f5e1ff875..5a6235cb9 100644
--- a/src/Connection.h
+++ b/src/Connection.h
@@ -84,7 +84,7 @@ class Connection : public QObject {
#endif
};
-Q_DECLARE_METATYPE(QAbstractSocket::SocketError);
+Q_DECLARE_METATYPE(QAbstractSocket::SocketError)
#else
class Connection;