~lubuntu-dev/lxde/lxqt-qtplugin

« back to all changes in this revision

Viewing changes to src/lxqtplatformtheme.h

  • Committer: GitHub
  • Author(s): PCMan
  • Date: 2017-08-26 14:00:17 UTC
  • mfrom: (63.1.10)
  • Revision ID: git-v1:bf96a1840410e9502bc5caabfc1a1bef0bdb9fae
Merge pull request #23 from lxde/pcman@file-dialog

LXQt file dialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    // virtual QPlatformMenuBar* createPlatformMenuBar() const;
49
49
 
50
50
    virtual bool usePlatformNativeDialog(DialogType type) const;
51
 
    // virtual QPlatformDialogHelper *createPlatformDialogHelper(DialogType type) const;
 
51
    virtual QPlatformDialogHelper *createPlatformDialogHelper(DialogType type) const;
52
52
 
53
53
    virtual const QPalette *palette(Palette type = SystemPalette) const;
54
54