summaryrefslogtreecommitdiff
path: root/rotord/src/graph.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-08-28 16:03:20 +0100
committerTim Redfern <tim@eclectronics.org>2013-08-28 16:03:20 +0100
commitaa2ae6cdc3e808960f51238d9c1298d54d27e4ef (patch)
treefc96b1db5ac7487a7ac04d5ede406234e1e8cf9e /rotord/src/graph.cpp
parentd601a85b50bbac9fc9c46321af64f1137aaf5af7 (diff)
added qm plugins to repo
Diffstat (limited to 'rotord/src/graph.cpp')
-rw-r--r--rotord/src/graph.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp
index e67d6f3..dc3e13e 100644
--- a/rotord/src/graph.cpp
+++ b/rotord/src/graph.cpp
@@ -33,7 +33,10 @@ bool Graph::signal_render(string &signal_xml,const float framerate) {
return false;
}
*/
-bool Graph::preview(xmlIO &XML,int w,int h){
+bool Graph::preview(xmlIO &XML,string node,int w,int h){
+ //
+ //bool imencode(const string& ext, InputArray img, vector<uchar>& buf, const vector<int>& params=vector<int>())
+
return true;
}