summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/helper.h b/helper.h
index d37490e..4b8f5ec 100644
--- a/helper.h
+++ b/helper.h
@@ -64,9 +64,9 @@ namespace Helper {
qint64 toSeconds() const;
private:
- int mHours;
- int mMinutes;
- int mSeconds;
+ qint64 mHours;
+ qint64 mMinutes;
+ qint64 mSeconds;
};
}