~ubuntu-branches/ubuntu/trusty/krusader/trusty

« back to all changes in this revision

Viewing changes to krusader/abstractpanelmanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-08-08 13:47:36 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808134736-8e630ivgd2c3sgg5
Tags: 1:2.4.0~beta1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    virtual bool isLeft() = 0;
30
30
    virtual AbstractPanelManager *otherManager() = 0;
31
31
    virtual KrPanel *currentPanel() = 0;
32
 
    virtual void newTab(const KUrl&) = 0;
 
32
    virtual void newTab(const KUrl&, KrPanel *nextTo = 0) = 0;
33
33
};
34
34
 
35
35