From: Heli Hyvättinen Date: Sun, 26 Jun 2011 12:17:49 +0000 (+0300) Subject: Timer can now tell where it was loaded from X-Git-Tag: v0.4.0~8 X-Git-Url: https://vcs.maemo.org/git/?p=kitchenalert;a=commitdiff_plain;h=9a5278861b2b61209cce7ee2d215045d8dcbdd12 Timer can now tell where it was loaded from --- 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_; +} +