removed compat aliases for SignalVector

This commit is contained in:
fourtf
2020-02-23 19:37:02 +01:00
parent 843e2ad994
commit e2c493f369
9 changed files with 15 additions and 28 deletions
@@ -22,7 +22,7 @@ class CommandModel;
class CommandController final : public Singleton
{
public:
UnsortedSignalVector<Command> items_;
SignalVector<Command> items_;
QString execCommand(const QString &text, std::shared_ptr<Channel> channel,
bool dryRun);