Got rid of class Global, as promised. For now, the few global variables we still
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 1 Aug 2007 23:28:06 +0000 (23:28 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 1 Aug 2007 23:28:06 +0000 (23:28 +0000)
commit372e281c83794188819e2a74f570e16684778456
tree555f620582e72411a6928dca45ef0775e12da9f3
parent44b22c4419f478a20f6324f9f3a700a2dec56302
Got rid of class Global, as promised. For now, the few global variables we still
have are in a new namespace Global. This is bound to change to Quassel:: or sumthing.

Oh yeah, and if you find out why QPainter complains, feel free to tell me or fix it.
Everything seems to work, but we still get spurious debug output.
17 files changed:
src/client/client.cpp
src/client/client.h
src/client/clientproxy.cpp
src/client/clientproxy.h
src/common/CMakeLists.txt
src/common/global.cpp
src/common/global.h
src/common/proxy_common.h
src/core/core.cpp
src/core/core.h
src/core/coreproxy.cpp
src/core/coreproxy.h
src/core/coresession.cpp
src/core/coresession.h
src/qtgui/identities.cpp
src/qtgui/identities.h
src/qtgui/mainwin.cpp