Skip to content

Commit

Permalink
made dialog_open_fil_ext a private method
Browse files Browse the repository at this point in the history
  • Loading branch information
nickleus27 committed Nov 30, 2021
1 parent b24be3a commit c914de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-studio/src/gui/app.h
Expand Up @@ -307,6 +307,7 @@ class App : public Gtk::Main, private IconController

private:
static void add_recent_file(const std::string &filename, bool emit_signal);
static bool dialog_open_file_ext(const std::string &title, std::vector<std::string> &filenames, std::string preference, bool allow_multiple_selection);

/*
-- ** -- P U B L I C M E T H O D S -----------------------------------------
Expand Down Expand Up @@ -417,7 +418,6 @@ class App : public Gtk::Main, private IconController
static bool dialog_select_importer(const std::string& filename, std::string& plugin);
static bool dialog_open_file(const std::string &title, std::string &filename, std::string preference);
static bool dialog_open_file(const std::string &title, std::vector<std::string> &filenames, std::string preference);
static bool dialog_open_file_ext(const std::string &title, std::vector<std::string> &filenames, std::string preference, bool allow_multiple_selection);
static bool dialog_open_file_spal(const std::string &title, std::string &filename, std::string preference);
static bool dialog_open_file_sketch(const std::string &title, std::string &filename, std::string preference);
static bool dialog_open_file_image(const std::string &title, std::string &filename, std::string preference);
Expand Down

0 comments on commit c914de2

Please sign in to comment.