mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-07 13:41:27 +00:00
Remove dummy signal. Shame on me.
This commit is contained in:
parent
5586c36efe
commit
d3d1407ca7
@ -675,10 +675,6 @@ static void drawLineChar(QPainter* paint, qreal x, qreal y, qreal w, qreal h, uc
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void KTerminalDisplay::banana(int x, int y, int z, int w)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void KTerminalDisplay::setKeyboardCursorShape(KeyboardCursorShape shape)
|
void KTerminalDisplay::setKeyboardCursorShape(KeyboardCursorShape shape)
|
||||||
{
|
{
|
||||||
_cursorShape = shape;
|
_cursorShape = shape;
|
||||||
|
@ -409,8 +409,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; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user