diff options
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)); } } |