fixed return type of sharedText function

This commit is contained in:
vladimir.kuznetsov 2023-09-09 18:25:44 +05:00
parent 85eae0b74a
commit 4bf6cce4ba

View file

@ -1,6 +1,6 @@
#include "MobileUtils.h"
void MobileUtils::shareText(const QStringList &)
bool MobileUtils::shareText(const QStringList &)
{
}