This seems to be a fairly common way to indicate this property. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
9 lines
166 B
C
9 lines
166 B
C
#ifndef QTHELPERFROMC_H
|
|
#define QTHELPERFROMC_H
|
|
|
|
bool getProxyString(char **buffer);
|
|
bool canReachCloudServer();
|
|
void updateWindowTitle();
|
|
|
|
#endif // QTHELPERFROMC_H
|