diff options
author | 2021-04-09 18:32:44 +0530 | |
---|---|---|
committer | 2021-04-09 18:32:44 +0530 | |
commit | 324a115e028907fe3544dff9517a0d48e77d7cd5 (patch) | |
tree | cd42bb0f1b3e111f217ba6b5eef5d91ee0b17fc1 /src/mainwindow.h | |
parent | b9e073b3ac305a2a364445dd6b33ad4ffa729af6 (diff) | |
download | whatsie-324a115e028907fe3544dff9517a0d48e77d7cd5.tar.gz whatsie-324a115e028907fe3544dff9517a0d48e77d7cd5.zip |
wrote new test case to check loaded correctly.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 07b7408..db8e958 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -123,6 +123,7 @@ private slots: void checkLoadedCorrectly(); + void loadingQuirk(QString test); }; #endif // MAINWINDOW_H |