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
4c1da3cf1217
Commit
0417f246
authored
Aug 21, 2020
by
Aleksandr Bakhshiev
Browse files
Build bugs fixed.
parent
0499a8d2ffcf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Core/Application/Qt/UProjectDeployerQt.cpp
View file @
4c1da3cf
...
...
@@ -16,7 +16,7 @@ UProjectDeployerQt::~UProjectDeployerQt(void)
int
StartProjectDeployment
(
const
std
::
string
&
project_path
,
const
std
::
string
&
project_url
)
{
return
0
;
}
// --------------------------
...
...
GUI/Qt/UTcpServerControlWidget.cpp
View file @
4c1da3cf
...
...
@@ -215,6 +215,7 @@ int UServerTransportTcpQt::GetSocketState(std::string bind)
bool
UServerTransportTcpQt
::
ServerIsActive
()
{
server
->
isListening
();
return
true
;
}
/// ,
...
...
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