mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 12:15:27 +00:00
drop dummy banana method
see also https://github.com/Swordfish90/cool-retro-term/issues/143
This commit is contained in:
parent
9deeb5e405
commit
10cc27e7cf
@ -407,8 +407,6 @@ public slots:
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void banana(int x, int y, int z, int w);
|
||||
|
||||
void setSession(KSession * session);
|
||||
KSession * getSession() const { return m_session; }
|
||||
|
||||
|
@ -178,13 +178,6 @@ Module {
|
||||
Parameter { name: "color"; type: "QColor" }
|
||||
}
|
||||
Method { name: "selectionChanged" }
|
||||
Method {
|
||||
name: "banana"
|
||||
Parameter { name: "x"; type: "int" }
|
||||
Parameter { name: "y"; type: "int" }
|
||||
Parameter { name: "z"; type: "int" }
|
||||
Parameter { name: "w"; type: "int" }
|
||||
}
|
||||
Method {
|
||||
name: "setSession"
|
||||
Parameter { name: "session"; type: "KSession"; isPointer: true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user