Skip to content

Commit

Permalink
Added language_helpers to standard kiss environment
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Feb 7, 2013
1 parent d2f7552 commit e6148e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kiss_standard_environment.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "target.hpp" #include "target.hpp"
#include "interface_manager.hpp" #include "interface_manager.hpp"
#include "interface_plugin_manager.hpp" #include "interface_plugin_manager.hpp"
#include "language_helper_plugin_manager.hpp"
#include "lexer_plugin_manager.hpp" #include "lexer_plugin_manager.hpp"


#include <QIcon> #include <QIcon>
Expand Down Expand Up @@ -55,6 +56,7 @@ void StandardEnvironment::createStandardEnvironment()
QApplication::setApplicationName("KISS"); QApplication::setApplicationName("KISS");
QApplication::setWindowIcon(QIcon(":/icon.png")); QApplication::setWindowIcon(QIcon(":/icon.png"));


LanguageHelperPluginManager::ref().loadAll();
Target::InterfacePluginManager::ref().loadAll(); Target::InterfacePluginManager::ref().loadAll();
Lexer::PluginManager::ref().loadAll(); Lexer::PluginManager::ref().loadAll();
} }

0 comments on commit e6148e5

Please sign in to comment.