Sticky timers are loaded with zero timer at startup
[kitchenalert] / src / choosetimersequencedialog.h
index d4f87eb..3af0152 100644 (file)
@@ -1,9 +1,11 @@
 /**************************************************************************
-        KitchenAlert v.0.01
+        KitchenAlert
 
         Copyright (C) 2010  Heli Hyvättinen
 
-        This program is free software: you can redistribute it and/or modify
+        This file is part of KitchenAlert.
+
+        Kitchen Alert is free software: you can redistribute it and/or modify
         it under the terms of the GNU General Public License as published by
         the Free Software Foundation, either version 3 of the License, or
         (at your option) any later version.
@@ -21,7 +23,6 @@
 
 
 
-
 #ifndef CHOOSETIMERSEQUENCEDIALOG_H
 #define CHOOSETIMERSEQUENCEDIALOG_H
 
@@ -32,6 +33,17 @@ namespace Ui {
     class ChooseTimerSequenceDialog;
 }
 
+/*! Class for the dialog for choosing timers'
+
+  @author Heli Hyvättinen
+  @date 2010-06-26
+  @version 0.09
+
+Does nothing but show the dialog now, useless.
+
+*/
+
+
 class ChooseTimerSequenceDialog : public QDialog
 {
     Q_OBJECT