added constructor for MobileUtils.cpp
This commit is contained in:
parent
4bf6cce4ba
commit
89096554e8
1 changed files with 5 additions and 0 deletions
|
@ -1,7 +1,12 @@
|
|||
#include "MobileUtils.h"
|
||||
|
||||
MobileUtils::MobileUtils(QObject *parent) : QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
bool MobileUtils::shareText(const QStringList &)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
QString MobileUtils::openFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue