fix(sandboxapp): Fix build failed after spellchecking removing

This commit is contained in:
Boris Melnik 2022-12-18 23:12:12 +03:00 committed by Jonathan Rainville
parent 99c7b33e1e
commit 7563fe699a
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
#include <QDirIterator>
#include "statuswindow.h"
#include "spellchecker.h"
SandboxApp::SandboxApp(int &argc, char **argv)
: QGuiApplication(argc, argv)
@ -22,7 +21,6 @@ SandboxApp::SandboxApp(int &argc, char **argv)
void SandboxApp::startEngine()
{
qmlRegisterType<StatusWindow>("Sandbox", 0, 1, "StatusWindow");
qmlRegisterType<SpellChecker>("Sandbox", 0, 1, "Spellchecker");
#ifdef QT_DEBUG
const QUrl url = QUrl::fromLocalFile(SRC_DIR + QStringLiteral("/main.qml"));