~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/main.cpp

  • Committer: Adam Reichold
  • Date: 2023-12-21 19:46:06 UTC
  • Revision ID: adam.reichold@t-online.de-20231221194606-aqa5nn914w81tntx
Remove accidentally committed debug output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
 
165
165
    QStringList arguments = QApplication::arguments();
166
166
 
167
 
    qDebug() << arguments;
168
 
 
169
167
    if(!arguments.isEmpty())
170
168
    {
171
169
        arguments.removeFirst();