[poppler] qt4/tests
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Jun 1 08:23:16 PDT 2013
qt4/tests/test-poppler-qt4.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit caa19f4961146915f51be6c72f60c3aa43037235
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Jun 1 17:22:54 2013 +0200
qt4: Fix test binary name in help
diff --git a/qt4/tests/test-poppler-qt4.cpp b/qt4/tests/test-poppler-qt4.cpp
index 46875ef..ae6b11f 100644
--- a/qt4/tests/test-poppler-qt4.cpp
+++ b/qt4/tests/test-poppler-qt4.cpp
@@ -148,7 +148,7 @@ int main( int argc, char **argv )
argc > 3)
{
// use argument as file name
- qWarning() << "usage: test-poppler-qt filename [-extract|-arthur|-textRects]";
+ qWarning() << "usage: test-poppler-qt4 filename [-extract|-arthur|-textRects]";
exit(1);
}
More information about the poppler
mailing list