~ubuntu-branches/ubuntu/edgy/gwenview/edgy

« back to all changes in this revision

Viewing changes to src/app/mainwindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2006-09-17 23:01:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20060917230100-hgrx2j9or8vvt9h1
Tags: 1.4.0-0ubuntu1
New Upstream Release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
public:
68
68
        MainWindow();
69
69
        void setFullScreen(bool);
 
70
        FileViewController* fileViewController() const { return mFileViewController; }
70
71
 
71
72
public slots:
72
73
        void openURL(const KURL&);