Add AbstractNotificationBackend to allow for a more modular approach to notifications
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 4 Oct 2008 20:16:33 +0000 (22:16 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Oct 2008 18:38:43 +0000 (20:38 +0200)
commit2ab3040da0e42f4afdd282e34f0d8b089020a73d
treebf0b6aa026950fda3e33cfecb4db39a3b9949810
parent8f88a7c2bccdca34b61e046160cd83ada7a16a7f
Add AbstractNotificationBackend to allow for a more modular approach to notifications

This is the first step of cleaning up MainWin. I intend to move most stuff out of that
old crufty class, mainly into QtUi or other modules.
src/client/quasselui.cpp
src/client/quasselui.h
src/qtui/qtui.cpp
src/qtui/qtui.h
src/uisupport/CMakeLists.txt
src/uisupport/abstractnotificationbackend.cpp [new file with mode: 0644]
src/uisupport/abstractnotificationbackend.h [new file with mode: 0644]