mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
[android] set datadir path from system environment
This commit is contained in:
parent
f6199c6c17
commit
16a14c2b76
6 changed files with 50 additions and 7 deletions
|
@ -42,6 +42,8 @@ namespace android
|
|||
// stops the daemon
|
||||
void stop();
|
||||
|
||||
// set datadir received from jni
|
||||
void SetDataDir(std::string jdataDir);
|
||||
/*
|
||||
class Worker : public QObject
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue