mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Remove pro/qbs, fix MSVC build
This commit is contained in:
@ -97,7 +97,7 @@ void PDFRecentFileManager::onRecentFileActionTriggered()
|
||||
Q_ASSERT(action);
|
||||
|
||||
QVariant data = action->data();
|
||||
if (data.typeId() == QVariant::String)
|
||||
if (data.typeId() == QMetaType::QString)
|
||||
{
|
||||
emit fileOpenRequest(data.toString());
|
||||
}
|
||||
|
Reference in New Issue
Block a user