mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
msvc compile++
if it does break gcc compile please add an '#ifdef Q_CC_MSVC' to not break msvc again svn path=/trunk/KDE/kdebase/apps/; revision=1211763
This commit is contained in:
parent
9862797b33
commit
686e5b381c
1 changed files with 2 additions and 2 deletions
|
@ -489,8 +489,8 @@ static void filterFrameMappings(KHTMLPart *part, Id2Part &result) {
|
|||
}
|
||||
}
|
||||
|
||||
template static void filterFrameMappings< ArchiveDialog::Name2Part, GetName >(KHTMLPart *, ArchiveDialog::Name2Part &);
|
||||
template static void filterFrameMappings< ArchiveDialog::URL2Part, GetURL >(KHTMLPart *, ArchiveDialog::URL2Part &);
|
||||
template void filterFrameMappings< ArchiveDialog::Name2Part, GetName >(KHTMLPart *, ArchiveDialog::Name2Part &);
|
||||
template void filterFrameMappings< ArchiveDialog::URL2Part, GetURL >(KHTMLPart *, ArchiveDialog::URL2Part &);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue