~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/shared/qbs/src/plugins/scanner/qt/qtscanner.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    }
88
88
};
89
89
 
90
 
static void *openScanner(const unsigned short *filePath, char **fileTags, int numFileTags)
 
90
static void *openScanner(const unsigned short *filePath, int flags)
91
91
{
92
 
    Q_UNUSED(fileTags);
93
 
    Q_UNUSED(numFileTags);
 
92
    Q_UNUSED(flags);
94
93
    QScopedPointer<Opaq> opaque(new Opaq);
95
94
 
96
95
#ifdef Q_OS_UNIX