Fixed layout issues in some editor toolbars

Cleaned up some hacky code in the process.

Done-with: Tobias Hunger
This commit is contained in:
Thorbjørn Lindeijer
2011-02-25 15:58:02 +01:00
parent b316970101
commit 70b70770a4
8 changed files with 50 additions and 55 deletions

View File

@@ -52,7 +52,7 @@ namespace Core {
namespace VCSBase {
struct VCSBaseEditorPrivate;
struct VCSBaseEditorWidgetPrivate;
class DiffHighlighter;
class BaseAnnotationHighlighter;
@@ -248,7 +248,7 @@ private:
QAction *createAnnotateAction(const QString &change, bool previous = false);
QAction *createCopyRevisionAction(const QString &change);
VCSBaseEditorPrivate *d;
VCSBaseEditorWidgetPrivate *d;
};
} // namespace VCSBase