Using new plugin. This is ported by me from qtermwidget (konsole). Removing manual management of the signals to rely more on Qt implementations.

This commit is contained in:
Filippo Scognamiglio
2014-11-09 01:38:22 +01:00
parent e0660a699b
commit 4f22704922
5 changed files with 27 additions and 48 deletions

View File

@@ -39,7 +39,8 @@ int main(int argc, char *argv[])
// Manage import paths for Linux and OSX.
QStringList importPathList = engine.importPathList();
importPathList.prepend(QCoreApplication::applicationDirPath() + "/imports/");
importPathList.prepend(QCoreApplication::applicationDirPath() + "/qmltermwidget");
//importPathList.prepend(QCoreApplication::applicationDirPath() + "/imports/");
importPathList.prepend(QCoreApplication::applicationDirPath() + "/../PlugIns");
engine.setImportPathList(importPathList);