10 lines
138 B
C++
10 lines
138 B
C++
#include "MobileUtils.h"
|
|
|
|
void MobileUtils::shareText(const QStringList &)
|
|
{
|
|
}
|
|
|
|
QString MobileUtils::openFile()
|
|
{
|
|
return QString();
|
|
}
|