Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-dashboard
Commits
906d5366
Commit
906d5366
authored
5 years ago
by
littletux89@gmail.com
Browse files
Options
Downloads
Patches
Plain Diff
[*] Fixed errors of going beyond and checking the launch of the service.
parent
2ef6b85a
No related branches found
No related tags found
1 merge request
!3
[*] Fixed errors of going beyond and checking the launch of the service.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
KelvinDashboardGUI/DapCommandController.cpp
+1
-1
1 addition, 1 deletion
KelvinDashboardGUI/DapCommandController.cpp
KelvinDashboardGUI/KelvinDashboardGUI.pro
+1
-1
1 addition, 1 deletion
KelvinDashboardGUI/KelvinDashboardGUI.pro
with
2 additions
and
2 deletions
KelvinDashboardGUI/DapCommandController.cpp
+
1
−
1
View file @
906d5366
...
@@ -118,7 +118,7 @@ void DapCommandController::processGetWalletInfo()
...
@@ -118,7 +118,7 @@ void DapCommandController::processGetWalletInfo()
{
{
qInfo
()
<<
"processGetWalletInfo()"
;
qInfo
()
<<
"processGetWalletInfo()"
;
DapRpcServiceReply
*
reply
=
static_cast
<
DapRpcServiceReply
*>
(
sender
());
DapRpcServiceReply
*
reply
=
static_cast
<
DapRpcServiceReply
*>
(
sender
());
if
(
!
reply
||
reply
->
response
().
result
().
toVariant
().
isNull
()
)
{
if
(
!
reply
||
reply
->
response
().
result
().
toVariant
().
toStringList
().
count
()
<=
0
)
{
qWarning
()
<<
"Invalid response received"
;
qWarning
()
<<
"Invalid response received"
;
return
;
return
;
}
}
...
...
This diff is collapsed.
Click to expand it.
KelvinDashboardGUI/KelvinDashboardGUI.pro
+
1
−
1
View file @
906d5366
...
@@ -32,7 +32,7 @@ else {
...
@@ -32,7 +32,7 @@ else {
#
deprecated
API
in
order
to
know
how
to
port
your
code
away
from
it
.
#
deprecated
API
in
order
to
know
how
to
port
your
code
away
from
it
.
DEFINES
+=
QT_DEPRECATED_WARNINGS
DEFINES
+=
QT_DEPRECATED_WARNINGS
DEFINES
+=
DAP_BRAND
=
\\\
"$$BRAND\\\"
DEFINES
+=
DAP_BRAND
=
\\\
"$$BRAND\\\"
DEFINES
+=
DAP_SERVICE_NAME
=
\\\
"
k
elvin
-d
ashboard\\\"
DEFINES
+=
DAP_SERVICE_NAME
=
\\\
"
K
elvin
D
ashboard
Service
\\\"
DEFINES
+=
DAP_VERSION
=
\\\
"$$VERSION\\\"
DEFINES
+=
DAP_VERSION
=
\\\
"$$VERSION\\\"
ICON
=
icon
.
ico
ICON
=
icon
.
ico
#
You
can
also
make
your
code
fail
to
compile
if
you
use
deprecated
APIs
.
#
You
can
also
make
your
code
fail
to
compile
if
you
use
deprecated
APIs
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment