diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-21 22:11:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-21 22:11:39 +0200 |
commit | 9501cf849628c5aeef669f12db87d43ed03c357a (patch) | |
tree | ceb5c24d0c17feb94414fb66b40eb0694fdbc1e7 /src/mainview.h | |
parent | Deleting popup in empty msg (diff) | |
download | rekonq-9501cf849628c5aeef669f12db87d43ed03c357a.tar.xz |
New notifying system. Perhaps this should be default for
rekonq 0.2. Anyway, there are a lot of improvements needed.
We'll see..
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 91a09e09..7cb4e035 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -91,7 +91,7 @@ signals: // current tab signals void setCurrentTitle(const QString &url); - void showStatusBarMessage(const QString &message); + void showStatusBarMessage(const QString &message, Rekonq::Notify status = Rekonq::Info); void linkHovered(const QString &link); void loadProgress(int progress); |