mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 09:02:14 +00:00 
			
		
		
		
	@@ -407,8 +407,6 @@ public slots:
 | 
				
			|||||||
    /////////////////////////////////////////////////////////////////////////////////////
 | 
					    /////////////////////////////////////////////////////////////////////////////////////
 | 
				
			||||||
    /////////////////////////////////////////////////////////////////////////////////////
 | 
					    /////////////////////////////////////////////////////////////////////////////////////
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void banana(int x, int y, int z, int w);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    void setSession(KSession * session);
 | 
					    void setSession(KSession * session);
 | 
				
			||||||
    KSession * getSession() const { return m_session; }
 | 
					    KSession * getSession() const { return m_session; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -178,13 +178,6 @@ Module {
 | 
				
			|||||||
            Parameter { name: "color"; type: "QColor" }
 | 
					            Parameter { name: "color"; type: "QColor" }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        Method { name: "selectionChanged" }
 | 
					        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 {
 | 
					        Method {
 | 
				
			||||||
            name: "setSession"
 | 
					            name: "setSession"
 | 
				
			||||||
            Parameter { name: "session"; type: "KSession"; isPointer: true }
 | 
					            Parameter { name: "session"; type: "KSession"; isPointer: true }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user