diff options
| author | 2016-07-21 10:07:34 +0100 | |
|---|---|---|
| committer | 2016-07-21 10:07:34 +0100 | |
| commit | c3471bb6e8360fcb92be7e4e22b010b63d21909b (patch) | |
| tree | 817cb059d9f53f203585b00fec4924dd601efbf0 /src/modules/objects/KvsObject_groupBox.cpp | |
| parent | KvsObject_groupBox.cpp: Fix documentation comments (diff) | |
| download | KVIrc-c3471bb6e8360fcb92be7e4e22b010b63d21909b.tar.gz KVIrc-c3471bb6e8360fcb92be7e4e22b010b63d21909b.tar.bz2 KVIrc-c3471bb6e8360fcb92be7e4e22b010b63d21909b.zip | |
KvsObject_groupBox: must add a hashtag else it wont fly as a real comment
Diffstat (limited to 'src/modules/objects/KvsObject_groupBox.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_groupBox.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/modules/objects/KvsObject_groupBox.cpp b/src/modules/objects/KvsObject_groupBox.cpp index 10d3223f1..af151d9ee 100644 --- a/src/modules/objects/KvsObject_groupBox.cpp +++ b/src/modules/objects/KvsObject_groupBox.cpp @@ -105,8 +105,9 @@ const int align_cod[] = { %gb->$setAlignment("Left") [comment]# Add the groupbox to the main layout[/comment] %layout->$addWidget(%gb,0,0) - [comment]# Now we create the user field - (labels + lineedit) in a horizontal box + [comment] + # Now we create the user field + # (labels + lineedit) in a horizontal box [/comment] %hbox=$new(hbox,%gb) %labeluser=$new(label,%hbox) @@ -114,7 +115,7 @@ const int align_cod[] = { %inputuser=$new(lineedit,%hbox) [comment] # Now we create the password field - (labels + lineedit) in a horizontal box + # (labels + lineedit) in a horizontal box [/comment] %hbox=$new(hbox,%gb) %labelpass=$new(label,%hbox) |
