diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-04-06 16:39:59 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-04-07 20:39:49 +0200 |
commit | 77208228c9f7c77d5d2c65f56def2fe8b31b530d (patch) | |
tree | ac3447df80e47c5dd8dd930ee20c6f75ce2712f1 /src/secondaryrealmwizard | |
parent | 0dd82949730ce8e907711ad43b81a2c3923e5d1b (diff) | |
download | kcmldapcontroller-77208228c9f7c77d5d2c65f56def2fe8b31b530d.tar.gz kcmldapcontroller-77208228c9f7c77d5d2c65f56def2fe8b31b530d.zip |
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fd16b3640527b9da8e1df97f5e25849e0313ac64)
Diffstat (limited to 'src/secondaryrealmwizard')
-rw-r--r-- | src/secondaryrealmwizard/realmconfigpagedlg.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/secondaryrealmwizard/realmconfigpagedlg.ui b/src/secondaryrealmwizard/realmconfigpagedlg.ui index 8eff162..bb59f4f 100644 --- a/src/secondaryrealmwizard/realmconfigpagedlg.ui +++ b/src/secondaryrealmwizard/realmconfigpagedlg.ui @@ -143,7 +143,7 @@ <string>UID offset</string> </property> <property name="hidden"> - <string>true</string> + <bool>true</bool> </property> </widget> <widget class="KIntNumInput" row="3" column="1" colspan="3"> @@ -157,7 +157,7 @@ <number>99999</number> </property> <property name="hidden"> - <string>true</string> + <bool>true</bool> </property> </widget> <widget class="TQLabel" row="4" column="0"> @@ -168,7 +168,7 @@ <string>GID offset</string> </property> <property name="hidden"> - <string>true</string> + <bool>true</bool> </property> </widget> <widget class="KIntNumInput" row="4" column="1" colspan="3"> @@ -182,7 +182,7 @@ <number>99999</number> </property> <property name="hidden"> - <string>true</string> + <bool>true</bool> </property> </widget> </grid> |