From 584f4b50bff944fffba09eb6d5fcf18c9d75414e Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 17 May 2014 11:21:50 +0200 Subject: [PATCH] Coding style fix. --- src/gui/DatabaseWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/DatabaseWidget.h b/src/gui/DatabaseWidget.h index 4a5765df9..53906f34b 100644 --- a/src/gui/DatabaseWidget.h +++ b/src/gui/DatabaseWidget.h @@ -72,7 +72,7 @@ public: void updateFilename(const QString& filename); int numberOfSelectedEntries() const; QStringList customEntryAttributes() const; - bool isGroupSelected()const ; + bool isGroupSelected() const; bool isInEditMode() const; QList splitterSizes() const; void setSplitterSizes(const QList& sizes);