Skip to content
  • Johannes Zarl-Zierl's avatar
    Fix warning on launch from QCommandLineParser · c95a44a3
    Johannes Zarl-Zierl authored
    This fixes the following warnings when starting kphotoalbum:
    QCommandLineParser: already having an option named "h"
    QCommandLineParser: already having an option named "help-all"
    QCommandLineParser: already having an option named "v"
    
    These options are already added by KAboutData::setupCommandLine().
    c95a44a3