summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h30
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)
+// };
+// }
/**