CommandSearch: Begin basic functionality (prints filename of result)
此提交包含在:
@@ -8,10 +8,7 @@ class CommandSearch : public Command
|
||||
public:
|
||||
using Command::Command;
|
||||
|
||||
int handle(QStringList arguments) override
|
||||
{
|
||||
return 23;
|
||||
}
|
||||
int handle(QStringList arguments) override;
|
||||
};
|
||||
|
||||
#endif // COMMANDSEARCH_H
|
||||
|
||||
新增問題並參考
封鎖使用者