mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22: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)
|
||||
{
|
||||
emit finished(response, commandContainer, extraData);
|
||||
emit finished(response.response_code());
|
||||
}
|
||||
|
||||
int PendingCommand::tick()
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ class PendingCommand : public QObject
|
|||
Q_OBJECT
|
||||
signals:
|
||||
void finished(const Response &response, const CommandContainer &commandContainer, const QVariant &extraData);
|
||||
void finished(Response::ResponseCode respCode);
|
||||
|
||||
private:
|
||||
CommandContainer commandContainer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue