diff options
Diffstat (limited to '')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index fbe1fbd..76afb90 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,8 +1,10 @@ #include <QApplication> #include "App.hpp" +#include "schemes/schemes.hpp" int main(int argc, char *argv[]) { + register_all_schemes(); const QApplication qt_app(argc, argv); App app; |
