diff options
Diffstat (limited to 'src/rekonq_defines.h')
-rw-r--r-- | src/rekonq_defines.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rekonq_defines.h b/src/rekonq_defines.h index e8b2ab32..ef43bd1a 100644 --- a/src/rekonq_defines.h +++ b/src/rekonq_defines.h @@ -68,7 +68,8 @@ namespace Rekonq Success, ///< url successfully (down)loaded Error, ///< url failed to (down)load Download, ///< downloading url - Info ///< information, (default) + Info, ///< information + Url ///< url string shown (default) }; /** |