From 9a5278861b2b61209cce7ee2d215045d8dcbdd12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Sun, 26 Jun 2011 15:17:49 +0300 Subject: [PATCH] Timer can now tell where it was loaded from --- src/timer.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/timer.cpp b/src/timer.cpp index 7e1d8e3..8174177 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -211,4 +211,9 @@ bool Timer::load(QString filename) return true; } +QString Timer::getFilename() +{ + return filenameWithPath_; +} + -- 1.7.9.5