Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
f853399f
Commit
f853399f
authored
Feb 25, 2013
by
Robert Menzel
Browse files
fixed QT based image loading
parent
49ca2fa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ACGL/OpenGL/Data/TextureDataLoadStore.cc
View file @
f853399f
...
...
@@ -188,7 +188,7 @@ SharedTextureData loadTextureDataFromLodepng(const std::string &_filename)
//! loads from the QT library
SharedTextureData
loadTextureDataFromQT
(
const
std
::
string
&
_filename
)
{
SharedTextureData
data
;
SharedTextureData
data
=
SharedTextureData
(
new
TextureData
()
)
;
QImage
image
=
QImage
(
QString
(
_filename
.
c_str
())
);
...
...
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