summaryrefslogtreecommitdiffstats
path: root/nsplugins/plugin_paths.h
blob: bd2cbbcf4efe319dce61062c9318a591368c2e65 (plain)
1
2
3
4
5
6
7
8
#ifndef PLUGIN_PATHS_H
#define PLUGIN_PATHS_H

#include <qstringlist.h>

extern QStringList getSearchPaths();

#endif