fixed return type of sharedText function
This commit is contained in:
parent
85eae0b74a
commit
4bf6cce4ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#include "MobileUtils.h"
|
#include "MobileUtils.h"
|
||||||
|
|
||||||
void MobileUtils::shareText(const QStringList &)
|
bool MobileUtils::shareText(const QStringList &)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue