~ubuntu-branches/ubuntu/saucy/bibletime/saucy

« back to all changes in this revision

Viewing changes to src/frontend/btmenuview.h

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-08-12 21:02:54 UTC
  • mfrom: (9.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130812210254-rvyf2k0jj4rboz52
Tags: 2.9.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
 
131
131
    private:
132
132
        void buildMenu(QMenu *parentMenu, const QModelIndex &parentIndex);
 
133
        void removeMenus();
133
134
 
134
135
    private slots:
135
136
        void slotAboutToShow();
136
 
        void slotAboutToHide();
137
137
        void slotActionTriggered(QAction *action);
138
138
 
139
139
    protected: