]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/dayviewtabcontainer.h
Removed commented out reference to removed files.
[toast/confclerk.git] / src / gui / dayviewtabcontainer.h
index 6189fe0909270154d62f2b831d10decd646fa70b..f0ab645bd7f271d71c8cd517a1f3c7c65944d5ec 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2010 Ixonos Plc.
+ * Copyright (C) 2011 Philipp Spitzer, gregor herrmann
  *
  * This file is part of ConfClerk.
  *
@@ -26,7 +27,11 @@ class DayViewTabContainer: public TabContainer {
     Q_OBJECT
 public:
     DayViewTabContainer(QWidget *aParent);
-    virtual ~DayViewTabContainer();
+    virtual ~DayViewTabContainer() {}
+
+public slots:
+    void expandTimeGroup(QTime time, int conferenceId);
+
 protected:
     virtual void loadEvents(const QDate &aDate, const int aConferenceId );
 };