Überstunden Berechnung

This commit is contained in:
2019-10-23 17:02:00 +02:00
parent 667d06fd9e
commit 5446c17ad7
9 changed files with 54 additions and 38 deletions
+2 -1
View File
@@ -40,7 +40,8 @@
#define COLOR_WEEKEND QColor(255, 165, 0)
QString secs2String(const qint32& secs);
QString secs2String(const qint32& secs, qint8 leading = 0);
qint32 string2Secs(const QString& string);
qint32 time2Secs(const QTime& time);