ToastFreeware
/
toast
/
confclerk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
EventModel signaling changed
[toast/confclerk.git]
/
src
/
mvc
/
treeview.h
diff --git
a/src/mvc/treeview.h
b/src/mvc/treeview.h
index e608ff12525d40111c386b73e4f0dae1241ba1ba..d46ae4ca2228f16adc60ab6e72722be83acb39db 100644
(file)
--- a/
src/mvc/treeview.h
+++ b/
src/mvc/treeview.h
@@
-17,6
+17,7
@@
private slots:
signals:
void requestForMap(const QModelIndex &aIndex);
void requestForWarning(const QModelIndex &aIndex);
signals:
void requestForMap(const QModelIndex &aIndex);
void requestForWarning(const QModelIndex &aIndex);
+ void eventHasChanged(int aEventId); // emited when user changes some event details, eg. sets it Favourite
};
#endif /* TREEVIEW_H */
};
#endif /* TREEVIEW_H */