mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-05-12 06:59:35 +00:00
some fixes
This commit is contained in:
parent
c32377b355
commit
9563b61c18
@ -39,8 +39,6 @@ ServiceBase::~ServiceBase() {
|
||||
if (_controller) {
|
||||
delete _controller;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
void ServiceBase::handleReceiveData(const QSet<Feature> &data) {
|
||||
@ -73,8 +71,6 @@ void ServiceBase::handleReceiveData(const QSet<Feature> &data) {
|
||||
|
||||
sendResuylt(result);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
QSet<Feature> ServiceBase::supportedFeatures() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user