Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't create new file from palette #213

Closed
wants to merge 1 commit into from

Conversation

Montel
Copy link
Contributor

@Montel Montel commented Oct 29, 2024

No description provided.

@@ -58,7 +58,7 @@ class Project : public QObject

public slots:
Core::Document *get(const QString &fileName);
Core::Document *open(const QString &fileName);
Core::Document *open(const QString &fileName, bool onlyExistingFile = false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to not change this method, as it's an API.

src/gui/palette.cpp Outdated Show resolved Hide resolved
@Montel Montel force-pushed the dont_generate_new_file branch from 51523a8 to 6f12fbe Compare October 30, 2024 09:17
@narnaud
Copy link
Member

narnaud commented Nov 12, 2024

Close, please have a look at #216

@narnaud narnaud closed this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants