Closed gdamjan closed 8 years ago
ps.
I'm failry a newbie with Qt/C++ so, is d.filePath = filePath;
ok, or I need a copy of the QString?
is
d.filePath = filePath;
ok, or I need a copy of the QString?
Looks good. This actually makes a (shallow) copy of the string.
ThemeInfo got a new pricate entry to remember the file it loaded, and a new method
reload()
that callsload()
with the original filename.