~ubuntu-branches/ubuntu/quantal/libkexiv2/quantal

« back to all changes in this revision

Viewing changes to test/setiptcpreview.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-05-26 14:27:02 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120526142702-duh6ecr459d92ni9
Tags: 4:4.8.80-0ubuntu1
* New upstream beta release
  - replace libkexiv2-10 with libkexiv2-11 for new ABI version
  - refresh libkexiv2-11.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * @date   2009-02-04
7
7
 * @brief  a command line tool to set IPTC Preview
8
8
 *
9
 
 * @author Copyright (C) 2009-2010 by Gilles Caulier
 
9
 * @author Copyright (C) 2009-2012 by Gilles Caulier
10
10
 *         <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a>
11
11
 *
12
12
 * This program is free software; you can redistribute it
22
22
 *
23
23
 * ============================================================ */
24
24
 
25
 
// Qt includes.
 
25
// Qt includes
26
26
 
27
27
#include <QMatrix>
28
28
#include <QImage>
29
29
#include <QString>
30
30
#include <QFile>
31
31
 
32
 
// KDE includes.
 
32
// KDE includes
33
33
 
34
34
#include "kdeversion.h"
35
35
 
37
37
#define PRINT_DEBUG qDebug()
38
38
#define ENDL
39
39
 
40
 
// Local includes.
 
40
// Local includes
41
41
 
42
42
#include "kexiv2.h"
43
43