Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
4413f222
Commit
4413f222
authored
Dec 13, 2012
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
e58557d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/qt4gui/qt4/WMainWindow.cpp
src/qt4gui/qt4/WMainWindow.cpp
+2
-2
No files found.
src/qt4gui/qt4/WMainWindow.cpp
View file @
4413f222
...
...
@@ -1005,14 +1005,14 @@ bool WMainWindow::event( QEvent* event )
+
QString
::
fromStdString
(
warnings
)
);
}
else
if
(
curWarnCount
&&
!
curErrCount
)
// only warnings
else
if
(
curWarnCount
&&
!
curErrCount
)
// only warnings
{
reportWarning
(
m_networkEditor
->
getView
(),
"There where warnings during load."
,
"Warnings occurred during load of
\"
"
+
QString
::
fromStdString
(
e1
->
getFilename
()
)
+
"
\"
. "
+
QString
::
fromStdString
(
warnings
)
);
}
else
if
(
!
curWarnCount
&&
curErrCount
)
// only errors
else
if
(
!
curWarnCount
&&
curErrCount
)
// only errors
{
reportError
(
m_networkEditor
->
getView
(),
"There where errors during load."
,
"Errors occurred during load of
\"
"
+
QString
::
fromStdString
(
e1
->
getFilename
()
)
+
"
\"
. "
...
...
Write
Preview
Markdown
is supported
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