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/mainwindow.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/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index df2c183e..4e32e215 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -49,21 +49,21 @@ class SidePanel; class WebView; -namespace Rekonq -{ - /** - * @short notifying message status - * Different message status - */ - - enum Notify - { - Success, ///< url successfully (down)loaded - Error, ///< url failed to (down)load - Download, ///< downloading url - Info ///< information - }; -} +// namespace Rekonq +// { +// /** +// * @short notifying message status +// * Different message status +// */ +// +// enum Notify +// { +// Success, ///< url successfully (down)loaded +// Error, ///< url failed to (down)load +// Download, ///< downloading url +// Info ///< information, (default) +// }; +// } /** |