We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711ee0a commit b786432Copy full SHA for b786432
examples/demo/main.cpp
@@ -25,10 +25,8 @@ along with longscroll-qt. If not see <http://www.gnu.org/licenses/>.
25
#include <QImageReader>
26
27
/*
28
- * Run this program with one or more directories that contain image files as arguments.
29
- * Add another integer paramter at the end to enable different demo modes.
30
- *
31
- * Change the preprocesser #if at the bottom if you want to test an arbitrary amount of images.
+ * Run this program with a directory that contains image files as argument.
+ * Add a second integer paramter to start with a different demo mode.
32
*/
33
int main(int argc, char *argv[])
34
{
0 commit comments