summaryrefslogtreecommitdiffstats
path: root/noatun/modules/systray/noatunui.cpp
blob: 3beac24eb16f9c99f05e8b7ab1475f9d7fc12915 (plain)
1
2
3
4
5
6
7
8
9
#include "systray.h"

extern "C"
{
	TDE_EXPORT Plugin *create_plugin()
	{
		return new NoatunSystray();
	}
}