diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-08-28 16:03:20 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-08-28 16:03:20 +0100 |
| commit | aa2ae6cdc3e808960f51238d9c1298d54d27e4ef (patch) | |
| tree | fc96b1db5ac7487a7ac04d5ede406234e1e8cf9e /rotord/src/rotor.h | |
| parent | d601a85b50bbac9fc9c46321af64f1137aaf5af7 (diff) | |
added qm plugins to repo
Diffstat (limited to 'rotord/src/rotor.h')
| -rwxr-xr-x | rotord/src/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 85124ce..f52c212 100755 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -1213,7 +1213,7 @@ namespace Rotor { bool parseXml(string media_path); bool parseJson(string &data,string &media_path); bool set_resolution(int w,int h); - bool preview(xmlIO &XML,int w,int h); + bool preview(xmlIO &XML,string node,int w,int h); bool loaded; float duration; const string toString(); |
