]> git.lyx.org Git - features.git/commitdiff
GuiErrorList.cpp: whitespace
authorUwe Stöhr <uwestoehr@web.de>
Tue, 30 Oct 2007 20:22:50 +0000 (20:22 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 30 Oct 2007 20:22:50 +0000 (20:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21297 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiErrorList.cpp

index ad2be9caa4865ecae58e3b7fe65b7fef384c2a7b..ebec67e608bbc527712a27164a1b4f8ed8a45fa1 100644 (file)
@@ -51,7 +51,7 @@ GuiErrorList::GuiErrorList(LyXView & lv)
                this, SLOT(slotClose()));
        connect(errorsLW, SIGNAL(itemActivated(QListWidgetItem *)),
                this, SLOT(slotClose()));
-       connect( errorsLW, SIGNAL(itemClicked(QListWidgetItem *)),
+       connect(errorsLW, SIGNAL(itemClicked(QListWidgetItem *)),
                this, SLOT(select(QListWidgetItem *)));
 
        bc().setPolicy(ButtonPolicy::OkCancelPolicy);