This commit is contained in:
Sébastien Loriot 2013-07-29 09:43:09 +02:00
parent 441186c65b
commit 7dbf5b3525
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public slots:
void updateViewerBBox();
void open(QString);
/// given a file extension file, returns true if `filename` match the filter
/// given a file extension file, returns true if `filename` matches the filter
bool file_matches_filter(const QString& filters, const QString& filename);
/// Open a file with a given loader, and return true iff it was successful.