diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-09 12:32:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-09 12:32:58 +0100 |
commit | e8e00372f5e1a881b1ce83a3623208dae7833f4c (patch) | |
tree | 86e724a3fe7fdd69420da3d74fc32c6745eb35b2 /src/webinspectorpanel.h | |
parent | Free MainWindow from PreviewSelectorBar (diff) | |
download | rekonq-e8e00372f5e1a881b1ce83a3623208dae7833f4c.tar.xz |
HUGE CHANGE on Preview Page Choosing
The idea here is to free rekonq from unuseful weight while browsing
and better maintain code.
- Moved PreviewSelectorBar to be one of the WebTab bar
- (this way position moved to up rather then down)
- creation on use && deletion on close (SAVE MEMORY)
- free others page for browsing
- fix copyright
- CLEAN API (is private/public a misconception?) && comments
Diffstat (limited to 'src/webinspectorpanel.h')
-rw-r--r-- | src/webinspectorpanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webinspectorpanel.h b/src/webinspectorpanel.h index 8f65b48a..2d6dd8eb 100644 --- a/src/webinspectorpanel.h +++ b/src/webinspectorpanel.h @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2009 by Matthieu Gicquel<matgic78@gmail.com> +* Copyright (C) 2009 by Matthieu Gicquel<matgic78 at gmail dot com> * * * This program is free software; you can redistribute it and/or |