1 2 3 4 5 6 7 8
#ifndef FILE_FUNCTIONS_H #define FILE_FUNCTIONS_H #include <QString> bool file_exists(QString file_path); #endif // FILE_FUNCTIONS_H