Skip to content

Commit

Permalink
added constructor for MobileUtils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nethius committed Sep 9, 2023
1 parent 4bf6cce commit 8909655
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/platforms/ios/MobileUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#include "MobileUtils.h"

MobileUtils::MobileUtils(QObject *parent) : QObject(parent)
{
}

bool MobileUtils::shareText(const QStringList &)
{
return false;
}

QString MobileUtils::openFile()
Expand Down

0 comments on commit 8909655

Please sign in to comment.