diff options
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/class_hbox.cpp | 3 | ||||
| -rw-r--r-- | src/modules/objects/class_layout.cpp | 3 | ||||
| -rw-r--r-- | src/modules/objects/class_vbox.cpp | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/src/modules/objects/class_hbox.cpp b/src/modules/objects/class_hbox.cpp index da9b31cdd..451358dec 100644 --- a/src/modules/objects/class_hbox.cpp +++ b/src/modules/objects/class_hbox.cpp @@ -220,4 +220,5 @@ bool KviKvsObject_hbox::functionsetAlignment(KviKvsObjectFunctionCall *c) } if (widget()) ((KviTalHBox *)widget())->setAlignment(((QWidget *)(pObject->object())),(Qt::Alignment)sum); return true; -}
\ No newline at end of file +} + diff --git a/src/modules/objects/class_layout.cpp b/src/modules/objects/class_layout.cpp index a73f6da8b..59c53e9ed 100644 --- a/src/modules/objects/class_layout.cpp +++ b/src/modules/objects/class_layout.cpp @@ -346,4 +346,5 @@ bool KviKvsObject_layout::functionsetAlignment(KviKvsObjectFunctionCall *c) } if (widget()) ((QGridLayout *)widget())->setAlignment(((QWidget *)(pObject->object())),(Qt::Alignment)sum); return true; -}
\ No newline at end of file +} + diff --git a/src/modules/objects/class_vbox.cpp b/src/modules/objects/class_vbox.cpp index 9a9cc8cc0..c0b4f28a7 100644 --- a/src/modules/objects/class_vbox.cpp +++ b/src/modules/objects/class_vbox.cpp @@ -225,4 +225,5 @@ bool KviKvsObject_vbox::functionsetAlignment(KviKvsObjectFunctionCall *c) } if (widget()) ((KviTalHBox *)widget())->setAlignment(((QWidget *)(pObject->object())),(Qt::Alignment)sum); return true; -}
\ No newline at end of file +} + |
