Searched defs:extList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.h235 static bool hasAllowedExtension(const QString &strExt, const QStringList &extList) argument
237 for (int i = 0; i < extList.size(); ++i)
238 if (strExt.endsWith(extList.at(i), Qt::CaseInsensitive))

Completed in 60 milliseconds