Skip to content

Commit

Permalink
Add className var to filedialog, to be used later
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jul 8, 2023
1 parent e288f16 commit 644f065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distrho/extra/FileBrowserDialogImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ struct FileBrowserOptions {
/** File browser dialog window title, uses "FileBrowser" if null */
const char* title;

/** Class name of the matching Application instance that controls this dialog */
const char* className;

// TODO file filter

/**
Expand Down Expand Up @@ -80,6 +83,7 @@ struct FileBrowserOptions {
defaultName(nullptr),
startDir(nullptr),
title(nullptr),
className(nullptr),
buttons() {}
};

Expand Down

0 comments on commit 644f065

Please sign in to comment.