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
/
mvc
/
conference.h
diff --git
a/src/mvc/conference.h
b/src/mvc/conference.h
index c16ac747023a916a568e7496a7c774f2e0b2e48d..8e32c65d70dbfa713fc4a5d772796ffa5ced9b99 100644
(file)
--- a/
src/mvc/conference.h
+++ b/
src/mvc/conference.h
@@
-35,6
+35,7
@@
public:
static Conference getById(int id);
static QList<Conference> getAll();
static int activeConference();
+ static void deleteConference(int id);
public:
int id() const { return value("id").toInt(); }