/*
* Copyright (C) 2010 Ixonos Plc.
+ * Copyright (C) 2011 Philipp Spitzer, gregor herrmann
*
* This file is part of ConfClerk.
*
private slots:
void handleItemClicked(const QModelIndex &index);
signals:
- void requestForMap(const QModelIndex &aIndex);
void requestForConflicts(const QModelIndex &aIndex);
void eventHasChanged(int aEventId, bool aReloadModel = false); // emited when user changes some event details, eg. sets it Favourite
};