Fix show filename in tab after opening file and make F5 execute shortcut
work.
This commit is contained in:
parent
e53b85bd86
commit
47b3ea83e9
3 changed files with 11 additions and 2 deletions
|
|
@ -53,6 +53,8 @@ public:
|
|||
bool isNew() const { return m_new; }
|
||||
void focusEditor();
|
||||
|
||||
QString title() const;
|
||||
|
||||
public slots:
|
||||
void execute();
|
||||
/// Save the document under its current name, a file save dialog will be shown if this is a new document
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue