mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
9 lines
115 B
C
9 lines
115 B
C
|
#pragma once
|
||
|
|
||
|
#include <QDir>
|
||
|
|
||
|
namespace Utility
|
||
|
{
|
||
|
QDir stateDirectory();
|
||
|
QString toWindowsPath(const QDir &dir);
|
||
|
}
|