mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix unused variable warning.
This commit is contained in:
parent
d3a7e0dee9
commit
719ac64851
@ -173,6 +173,7 @@ FilePath::FilePath()
|
|||||||
{
|
{
|
||||||
const QString appDirPath = QCoreApplication::applicationDirPath();
|
const QString appDirPath = QCoreApplication::applicationDirPath();
|
||||||
bool isDataDirAbsolute = QDir::isAbsolutePath(KEEPASSX_DATA_DIR);
|
bool isDataDirAbsolute = QDir::isAbsolutePath(KEEPASSX_DATA_DIR);
|
||||||
|
Q_UNUSED(isDataDirAbsolute);
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user