Skip to content
GitLab
Menu
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
1b4d1f1f
Commit
1b4d1f1f
authored
Sep 08, 2009
by
Erik Verbruggen
Browse files
Suppress warning dialog when the QML Viewer executable cannot be found.
parent
b208e15a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmlprojectmanager/qmlproject.cpp
View file @
1b4d1f1f
...
...
@@ -344,12 +344,7 @@ QString QmlRunConfiguration::type() const
QString
QmlRunConfiguration
::
executable
()
const
{
if
(
!
QFile
::
exists
(
m_qmlViewer
))
{
QMessageBox
::
information
(
Core
::
ICore
::
instance
()
->
mainWindow
(),
tr
(
"QML Viewer"
),
tr
(
"Could not find the qmlviewer executable, please specify one."
));
}
// No need to verify if the QML Viewer exists. The console will tell us anyway when we try to launch it.
return
m_qmlViewer
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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