some non functional tests

This commit is contained in:
jorenchik
2024-11-10 12:24:54 +02:00
parent f7f3ac5d4c
commit f99d44b69e
9 changed files with 100150 additions and 29 deletions

View File

@@ -69,6 +69,12 @@ void update(bool isChanged = false);
void saveMdem();
void updateMdemInfo(std::string filename = "", bool isChanged = true);
QMainWindow *initMdemListWindow();
std::string outputMdem(
std::vector<Question*> questions,
time_t time,
const int wrap_width,
const int timezoneOffset
);
#define SETTING_PER_PAGE "perPage"
#define SETTING_MEMORYBASE "defaultMemorybase"