ToastFreeware
/
toast
/
confclerk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
implement deleting a conference
[toast/confclerk.git]
/
src
/
gui
/
mainwindow.h
diff --git
a/src/gui/mainwindow.h
b/src/gui/mainwindow.h
index 4309915cc7469cdc8fcf190cf9b4662202390ae1..7740b8557aea21e80f7225a2bf294b19048dc152 100644
(file)
--- a/
src/gui/mainwindow.h
+++ b/
src/gui/mainwindow.h
@@
-33,6
+33,7
@@
public:
~MainWindow() {}
private slots:
void scheduleImported(int aConfId);
+ void scheduleDeleted(const QString& title);
void aboutApp();
void conferenceMapClicked();
void eventHasChanged(int aEventId, bool aReloadModel);