Refactor the way we track events. Testing needed, please. Lots of bugs to be found, for sure.

This commit is contained in:
Joao Mesquita
2010-04-05 03:03:06 -03:00
parent a763ddff81
commit 1b919f2c6f
9 changed files with 293 additions and 233 deletions

View File

@@ -32,7 +32,8 @@ SOURCES += main.cpp \
preferences/accountdialog.cpp \
preferences/prefaccounts.cpp \
account.cpp \
widgets/codecwidget.cpp
widgets/codecwidget.cpp \
channel.cpp
HEADERS += mainwindow.h \
fshost.h \
call.h \
@@ -43,7 +44,8 @@ HEADERS += mainwindow.h \
preferences/accountdialog.h \
preferences/prefaccounts.h \
account.h \
widgets/codecwidget.h
widgets/codecwidget.h \
channel.h
FORMS += mainwindow.ui \
preferences/prefdialog.ui \
preferences/accountdialog.ui \