mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
f20d6d1eab
commit
b40d2a3cf3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user