Skip to content
Snippets Groups Projects

Hotfix: Fix compiling without providing a default dynexite/rwthonline path macro

Merged Benedikt Conze requested to merge hotfix/devpath into master
4 files
+ 18
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -25,10 +25,8 @@ InputTabCsvSingleCohort::InputTabCsvSingleCohort(QWidget *parent)
&InputTabCsvSingleCohort::handleImportButton);
// temporary shortcut to speed-up testing
#if defined(DYNEXITE_EXAMPLE_FILE_PATH)
mExamFileView->tempSetDeveloperPaths();
mStudentFileView->tempSetDeveloperPaths();
#endif
}
void InputTabCsvSingleCohort::handleImportButton() {
Loading