summaryrefslogtreecommitdiff
path: root/meecastweather/meecastprovider.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-15 23:52:30 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-15 23:52:30 +0200
commitf9ac9d207025fb8d40d1be753cde78beb77aa202 (patch)
tree117224de19ab0883ba958b9937baed10fa94cc50 /meecastweather/meecastprovider.cpp
parentcf54773b561c324596b25739888b8ab5b4b45bd1 (diff)
downloadsowatch-f9ac9d207025fb8d40d1be753cde78beb77aa202.tar.gz
sowatch-f9ac9d207025fb8d40d1be753cde78beb77aa202.zip
meecast plugin
Diffstat (limited to 'meecastweather/meecastprovider.cpp')
-rw-r--r--meecastweather/meecastprovider.cpp2
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));
}
}