diff --git a/.tieffrequente_geraeusche_inkl_infraschall2.pdf.autosave.xoj b/.tieffrequente_geraeusche_inkl_infraschall2.pdf.autosave.xoj deleted file mode 100644 index 4b7400bb..00000000 Binary files a/.tieffrequente_geraeusche_inkl_infraschall2.pdf.autosave.xoj and /dev/null differ diff --git a/test/TestMain.cpp b/test/TestMain.cpp index 2db8196b..741636ef 100644 --- a/test/TestMain.cpp +++ b/test/TestMain.cpp @@ -14,6 +14,8 @@ #include #include +#include + #include #include #include @@ -34,11 +36,6 @@ int main(int argc, char* argv[]) // init crash handler installCrashHandlers(); - if (argc) - { - // Filename is needed to get backtracke with filenumbers - Stacktrace::setExename(argv[0]); - } #ifdef DEV_CALL_LOG Log::initlog();