mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-24 05:08:12 +00:00
Update Utils.h
This commit is contained in:
parent
1e8045649c
commit
eab5f159b8
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,10 @@ namespace Utils
|
|||
QString formatSyncStatus(quint64 height, quint64 target, bool daemonSync = false);
|
||||
|
||||
QString getVersion();
|
||||
|
||||
// Copy Icon for local .desktop file
|
||||
bool copyIconToUserFolder(const QString &sourcePath, const QString &destinationPath);
|
||||
QString getDefaultIconPath();
|
||||
}
|
||||
|
||||
#endif //FEATHER_UTILS_H
|
||||
|
|
Loading…
Reference in a new issue