mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add header for Qt helpers used from C functions
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4d06e8f7b5
commit
57f2c81125
2 changed files with 8 additions and 4 deletions
7
qthelperfromc.h
Normal file
7
qthelperfromc.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef QTHELPERFROMC_H
|
||||
#define QTHELPERFROMC_H
|
||||
|
||||
bool getProxyString(char **buffer);
|
||||
bool canReachCloudServer();
|
||||
|
||||
#endif // QTHELPERFROMC_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue