ToastFreeware
/
toast
/
confclerk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix deletion of last conference
[toast/confclerk.git]
/
src
/
gui
/
tabcontainer.h
diff --git
a/src/gui/tabcontainer.h
b/src/gui/tabcontainer.h
index e292c06b5084f767539e43a5ea4820c0c1551507..c4a4b882a8a55f81ada8d934bed0830650e9f096 100644
(file)
--- a/
src/gui/tabcontainer.h
+++ b/
src/gui/tabcontainer.h
@@
-35,6
+35,7
@@
public:
TabContainer(QWidget *aParent = NULL);
virtual ~TabContainer() {}
+ void clearModel();
protected:
virtual void loadEvents( const QDate &aDate, const int aConferenceId )
{