What does ":/" mean for a relative path?
Solved
Mobile and Embedded
-
I am working over the Mastering QT-5 book by Gillaume Lazar and in the mobile chapter where it is talked about databases it is told that you should take an already created database and copy it to your project
The file is taken from the following path:
QFile assetDbFile(":/database/" + DATABASE_FILENAME);
What I don't understand is what the :/ means
Hope anyone can help me. Thnx.