Hi, im trying to do it like this:
basically "File" inherits QFile but it fails, any idea wut to do?Code:
m_file = File(fileName);
Printable View
Hi, im trying to do it like this:
basically "File" inherits QFile but it fails, any idea wut to do?Code:
m_file = File(fileName);
Code:
File *m_file; //... m_file = new File(fileName);