mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
remove overloaded signal since no one was using it
This commit is contained in:
parent
2def02e140
commit
4c9e5676ac
2 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ QVariant PendingCommand::getExtraData() const
|
||||||
void PendingCommand::processResponse(const Response &response)
|
void PendingCommand::processResponse(const Response &response)
|
||||||
{
|
{
|
||||||
emit finished(response, commandContainer, extraData);
|
emit finished(response, commandContainer, extraData);
|
||||||
emit finished(response.response_code());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int PendingCommand::tick()
|
int PendingCommand::tick()
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ class PendingCommand : public QObject
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
signals:
|
signals:
|
||||||
void finished(const Response &response, const CommandContainer &commandContainer, const QVariant &extraData);
|
void finished(const Response &response, const CommandContainer &commandContainer, const QVariant &extraData);
|
||||||
void finished(Response::ResponseCode respCode);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
CommandContainer commandContainer;
|
CommandContainer commandContainer;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue