~ubuntu-branches/ubuntu/oneiric/digikam/oneiric

« back to all changes in this revision

Viewing changes to utilities/queuemanager/queuetooltip.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-08-26 19:25:16 UTC
  • mfrom: (1.2.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20100826192516-mkbdww0h5v2x4yoy
Tags: 2:1.4.0-0ubuntu1
* New upstream bugfix release (LP: #626751)
* Install the file NEWS as upstream changelog because "ChangeLog" is
  too verbose.
* Don't copy the desktop .pot file to imageplugins, not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * Date        : 2009-03-03
7
7
 * Description : queue tool tip
8
8
 *
9
 
 * Copyright (C) 2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
9
 * Copyright (C) 2009-2010 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
10
 *
11
11
 * This program is free software; you can redistribute it
12
12
 * and/or modify it under the terms of the GNU General
34
34
 
35
35
class QueueListView;
36
36
class QueueListViewItem;
37
 
class QueueToolTipPriv;
38
37
 
39
38
class QueueToolTip : public DItemToolTip
40
39
{
52
51
 
53
52
private:
54
53
 
 
54
    class QueueToolTipPriv;
55
55
    QueueToolTipPriv* const d;
56
56
};
57
57