~ubuntu-branches/debian/sid/qpdfview/sid

« back to all changes in this revision

Viewing changes to sources/recentlyusedmenu.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2013-07-30 00:00:25 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130730000025-lsj8rjj0brpaj5ve
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    Q_OBJECT
30
30
 
31
31
public:
32
 
    explicit RecentlyUsedMenu(QWidget* parent = 0);
 
32
    explicit RecentlyUsedMenu(int count, QWidget* parent = 0);
33
33
 
34
34
    void addOpenAction(const QString& filePath);
35
35
    void removeOpenAction(const QString& filePath);
44
44
    void on_clearList_triggered();
45
45
 
46
46
private:
 
47
    int m_count;
 
48
 
47
49
    QActionGroup* m_openActionGroup;
48
50
    QAction* m_separatorAction;
49
51
    QAction* m_clearListAction;