#include <QString>
Include dependency graph for MyFile.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | MyFile |
MyFile is a silly abstraction to a text file which contains data saved by the application. More... | |
Defines | |
#define | STATE_CLOSED 0 |
#define | STATE_OPEN_READ 1 |
#define | STATE_OPEN_WRITE 2 |
#define STATE_CLOSED 0 |
#define STATE_OPEN_READ 1 |
#define STATE_OPEN_WRITE 2 |