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-11-17 22:25:00 +0300
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2011-05-14 11:52:59 +0400
commit61500847cdb84649e8a6e6694e167ef36700606d (patch)
tree5c7e4e4c137578dd9bf59dd785582ae2f820b196 /src/Connection.h
parentfa7ea52595ff2755e2f556c379e886c6413cc69a (diff)
Add and remove some forward declares from header files
Diffstat (limited to 'src/Connection.h')
-rw-r--r--src/Connection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Connection.h b/src/Connection.h
index a5722f0e7..b5b9ad9ba 100644
--- a/src/Connection.h
+++ b/src/Connection.h
@@ -91,6 +91,4 @@ class Connection : public QObject {
Q_DECLARE_METATYPE(QAbstractSocket::SocketError)
-#else
-class Connection;
#endif