10 lines
157 B
C
10 lines
157 B
C
#ifndef TEXT_FILE_FUNCTIONS_H
|
|
#define TEXT_FILE_FUNCTIONS_H
|
|
|
|
#include <QString>
|
|
#include <QFile>
|
|
|
|
QString get_user_theme();
|
|
|
|
#endif // TEXT_FILE_FUNCTIONS_H
|