diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-10 00:31:11 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 23:49:29 +0200 |
commit | 0cd3c09a8c51682a2e39ef51834c38785db4bda3 (patch) | |
tree | 07b4964c6486df9352377cc712bb972af16b95bf /src/application.h | |
parent | start moving things.. (diff) | |
download | rekonq-0cd3c09a8c51682a2e39ef51834c38785db4bda3.tar.xz |
Working on new notify system...
new download icon
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/application.h b/src/application.h index acb300ed..05db3ecb 100644 --- a/src/application.h +++ b/src/application.h @@ -63,8 +63,9 @@ namespace Rekonq { Success, ///< url successfully (down)loaded Error, ///< url failed to (down)load - Download ///< downloading url - } + Download, ///< downloading url + Info ///< information + }; } @@ -86,7 +87,7 @@ public: KIcon icon(const KUrl &url) const; - void notify(const QString &msg, Rekonq::Notify status); + void notifyMsg(const QString &msg, Rekonq::Notify status); static KUrl guessUrlFromString(const QString &url); |