Play-/Source/ui_qt/QtUtils.h

9 lines
94 B
C
Raw Permalink Normal View History

#pragma once
#include <QString>
namespace QtUtils
{
QString GetDiscImageFormatsFilter();
}