diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 23:52:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 23:52:30 +0200 |
commit | f9ac9d207025fb8d40d1be753cde78beb77aa202 (patch) | |
tree | 117224de19ab0883ba958b9937baed10fa94cc50 /meecastweather/meecastprovider.cpp | |
parent | cf54773b561c324596b25739888b8ab5b4b45bd1 (diff) | |
download | sowatch-f9ac9d207025fb8d40d1be753cde78beb77aa202.tar.gz sowatch-f9ac9d207025fb8d40d1be753cde78beb77aa202.zip |
meecast plugin
Diffstat (limited to 'meecastweather/meecastprovider.cpp')
-rw-r--r-- | meecastweather/meecastprovider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meecastweather/meecastprovider.cpp b/meecastweather/meecastprovider.cpp index 0da042a..aaecb8b 100644 --- a/meecastweather/meecastprovider.cpp +++ b/meecastweather/meecastprovider.cpp @@ -20,7 +20,7 @@ MeeCastProvider::~MeeCastProvider() void MeeCastProvider::generateNotification() { - if (QFile::exists(MeeCastWeather::configFilePath())) { + if (QFile::exists(MeeCastWeather::configFilePath)) { emit incomingNotification(new MeeCastWeather(this)); } } |