/*
* Copyright (C) 2010 Ixonos Plc.
+ * Copyright (C) 2011 Philipp Spitzer, gregor herrmann
*
* This file is part of ConfClerk.
*
void clearModel();
protected:
- virtual void loadEvents( const QDate &aDate, const int aConferenceId )
- {
- Q_UNUSED(aDate);
- Q_UNUSED(aConferenceId);
- }
+ virtual void loadEvents( const QDate &aDate, const int aConferenceId ) = 0;
signals:
void eventHasChanged(int aEventId, bool aReloadModel);
protected slots:
virtual void updateTreeView(const QDate &aDate);
void itemClicked(const QModelIndex &aIndex);
- void displayMap(const QModelIndex &aIndex);
void displayConflicts(const QModelIndex &aIndex);
};