Clementine-audio-player-Mac.../src/scripting/python/scriptinterface.sip

13 lines
173 B
Plaintext
Raw Normal View History

2011-01-01 20:03:33 +01:00
class ScriptInterface : QObject {
%TypeHeaderCode
#include "scripting/scriptinterface.h"
%End
signals:
void SettingsDialogRequested();
private:
ScriptInterface();
};