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

« back to all changes in this revision

Viewing changes to digikam/albumhistory.h

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2011-01-25 15:54:05 UTC
  • mfrom: (3.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110125155405-cn810n9ufqcqdqab
Tags: 2:1.8.0-1ubuntu1
* Merge with debian, remaining changes
  - Export .pot name and copy to plugins in debian/rules
  - Version build-depends on kipi-plugins-dev to ensure build is against the
    same version on all archs

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Description : Albums history manager.
8
8
 *
9
9
 * Copyright (C) 2004 by Joern Ahrens <joern.ahrens@kdemail.net>
10
 
 * Copyright (C) 2006-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
10
 * Copyright (C) 2006-2011 by Gilles Caulier <caulier dot gilles at gmail dot com>
11
11
 *
12
12
 * This program is free software; you can redistribute it
13
13
 * and/or modify it under the terms of the GNU General
35
35
#include <QStringList>
36
36
 
37
37
//KDE includes
 
38
 
38
39
#include <KUrl>
39
40
 
40
41
namespace Digikam
96
97
 
97
98
private:
98
99
 
99
 
    typedef QList<HistoryItem*> AlbumStack;
100
 
 
101
 
    bool            m_moving;
102
 
    bool            m_blockSelection;
103
 
 
104
 
    AlbumStack*      m_backwardStack;
105
 
    AlbumStack*      m_forwardStack;
106
 
    QMap<Album*, HistoryPosition> m_historyPos;
 
100
    class AlbumHistoryPriv;
 
101
    AlbumHistoryPriv* const d;
107
102
};
108
103
 
109
104
}  // namespace Digikam