diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-12-29 18:21:49 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-29 18:21:49 +0100 |
commit | 34d58e16dd7c8ce7c72a15d180238c350c9eeac5 (patch) | |
tree | 9492732a0fd1c0598a5882eb265367ab6ea248e7 /src/webinspectorpanel.h | |
parent | Revert "Revert "Fix OpenSearchEngine crash call"" (diff) | |
download | rekonq-34d58e16dd7c8ce7c72a15d180238c350c9eeac5.tar.xz |
Fix crash webinspector related
it seems qtwebkit is managing the webinspector on its own, so DON'T
try to delete it ourselves...
Diffstat (limited to 'src/webinspectorpanel.h')
-rw-r--r-- | src/webinspectorpanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webinspectorpanel.h b/src/webinspectorpanel.h index 70776a77..92da538b 100644 --- a/src/webinspectorpanel.h +++ b/src/webinspectorpanel.h @@ -3,6 +3,7 @@ * This file is a part of the rekonq project * * Copyright (C) 2010-2011 by Matthieu Gicquel <matgic78 at gmail dot com> +* Copyright (C) 2010-2011 by Andrea Diamantini <adjam7 at gmail dot com> * * * This program is free software; you can redistribute it and/or |