1 2 3 4 5 6 7 8
#ifndef PLUGIN_PATHS_H #define PLUGIN_PATHS_H #include <qstringlist.h> extern QStringList getSearchPaths(); #endif