Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
bc193370
Commit
bc193370
authored
May 03, 2010
by
Oswald Buddenhagen
Browse files
clear the placeholder label
parent
78989998
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/perforce/settingspage.cpp
View file @
bc193370
...
...
@@ -46,6 +46,7 @@ SettingsPageWidget::SettingsPageWidget(QWidget *parent) :
QWidget
(
parent
)
{
m_ui
.
setupUi
(
this
);
m_ui
.
errorLabel
->
clear
();
m_ui
.
pathChooser
->
setPromptDialogTitle
(
tr
(
"Perforce Command"
));
m_ui
.
pathChooser
->
setExpectedKind
(
PathChooser
::
Command
);
connect
(
m_ui
.
testPushButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
slotTest
()));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment