Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Qt UI Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
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
Design Studio
QML Viewer Projects
Qt UI Viewer
Commits
10fc8d4e
Unverified
Commit
10fc8d4e
authored
1 year ago
by
Burak Hançerli
Browse files
Options
Downloads
Patches
Plain Diff
chore: fix coding style
parent
5601c826
No related branches found
No related tags found
1 merge request
!38
QDS-11878 Reduce the numbers of user notification
Pipeline
#67249
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/backend.cpp
+4
-3
4 additions, 3 deletions
src/backend.cpp
with
4 additions
and
3 deletions
src/backend.cpp
+
4
−
3
View file @
10fc8d4e
...
...
@@ -339,9 +339,10 @@ void Backend::runDemoProject(const QString &projectName)
const
std
::
optional
<
QJsonArray
>
projectList
=
m_serviceConnector
.
fetchDemoList
();
if
(
projectList
==
std
::
nullopt
)
{
qCritical
(
"Could not fetch demo project list. Please check your internet connection and try "
"again."
);
qCritical
()
<<
"Could not fetch demo project list. Please check your internet connection and "
"try "
"again."
;
emit
popupClose
();
return
;
}
...
...
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