Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nmsdk
rdk
Commits
7e759946a3ce
Commit
064d0dd3
authored
Apr 18, 2021
by
Alexab
Browse files
Crushing when close w/o DB has been fixed.
--HG-- branch : MockCompsTest
parent
d6b0e7b0f864
Changes
1
Hide whitespace changes
Inline
Side-by-side
Core/Application/Qt/UProjectDeployerQt.cpp
View file @
7e759946
...
...
@@ -2769,6 +2769,9 @@ void UProjectDeployerQt::UnRegisterSolverFromDatabase()
QString
ip_addr
=
GetApplication
()
->
GetServerControl
()
->
GetServerTransport
()
->
GetServerBindingInterfaceAddress
().
c_str
();
int
port
=
GetApplication
()
->
GetServerControl
()
->
GetServerTransport
()
->
GetServerBindingPort
();
if
(
!
db
)
return
;
QSqlQuery
q
(
*
db
);
q
.
prepare
(
"DELETE FROM vid_an.cloud_solvers WHERE solver_address='"
+
...
...
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