Implement an external tool container + xml parsing.

This commit is contained in:
con
2010-11-10 08:49:19 +01:00
parent dd6f9b066b
commit 740743dc25
8 changed files with 395 additions and 6 deletions

View File

@@ -87,7 +87,8 @@ SOURCES += mainwindow.cpp \
outputpanemanager.cpp \
navigationsubwidget.cpp \
sidebarwidget.cpp \
rssfetcher.cpp
rssfetcher.cpp \
externaltool.cpp
HEADERS += mainwindow.h \
editmode.h \
@@ -172,7 +173,8 @@ HEADERS += mainwindow.h \
outputpanemanager.h \
navigationsubwidget.h \
sidebarwidget.h \
rssfetcher.h
rssfetcher.h \
externaltool.h
FORMS += dialogs/newdialog.ui \
actionmanager/commandmappings.ui \