Coding style fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31373 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2009-09-12 09:38:26 +00:00
parent f20d6d1eab
commit b40d2a3cf3

View File

@ -106,7 +106,7 @@ LyXServerMonitor::~LyXServerMonitor()
void LyXServerMonitor::createGridGroupBox()
{
gridGB = new QGroupBox;
QGridLayout *layout = new QGridLayout;
QGridLayout * layout = new QGridLayout;
labels[0] = new QLabel("Pipe name");
pipeNameLE = new QLineEdit;
@ -151,7 +151,7 @@ void LyXServerMonitor::createGridGroupBox()
void LyXServerMonitor::createCmdsGroupBox()
{
horizontalGB = new QGroupBox;
QHBoxLayout *layout = new QHBoxLayout;
QHBoxLayout * layout = new QHBoxLayout;
openPipesPB = new QPushButton("&Open pipes");
layout->addWidget(openPipesPB);