Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Qt Design 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 Design Viewer
Merge requests
!38
"src/shared/git@git.qt.io:tohunger/qt-creator.git" did not exist on "4b8d59719624271c1e70ba93294016fb593601f5"
QDS-14479
relative image paths are not working
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
QDS-14479
relative image paths are not working
QDS-14479/fix-relative-image-paths
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Burak Hançerli
requested to merge
QDS-14479/fix-relative-image-paths
into
master
2 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
QDS-14479
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f4e8c301
1 commit,
2 months ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/main.cpp
+
1
−
0
Options
@@ -70,6 +70,7 @@ void messageHandler(QtMsgType type, const QMessageLogContext &context, const QSt
int
main
(
int
argc
,
char
*
argv
[])
{
qputenv
(
"QML_COMPAT_RESOLVE_URLS_ON_ASSIGNMENT"
,
"1"
);
qInstallMessageHandler
(
messageHandler
);
qDebug
()
<<
"Version: "
<<
CMAKE_VAR_GIT_VERSION
<<
". Built on "
<<
__DATE__
<<
__TIME__
<<
"with Qt"
<<
QT_VERSION_STR
;
Loading