diff options
| author | Philippe Mavridis <philippe.mavridis@yandex.com> | 2025-10-26 15:03:11 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2025-11-01 01:02:35 +0100 |
| commit | 67fe535974103fdf8ac2bac84823e16507bb9a38 (patch) | |
| tree | ceb4b68a4b5a11ed8a64a2b447b59b929d6a4e21 /src/knowit.h | |
| parent | 5c26aae7ef81b70a9fd7e2ab0b0681a418970df8 (diff) | |
| download | knowit-67fe535974103fdf8ac2bac84823e16507bb9a38.tar.gz knowit-67fe535974103fdf8ac2bac84823e16507bb9a38.zip | |
Add properties dialog entry to file menu
Can be useful to quickly access options such as permissions.
Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
Diffstat (limited to 'src/knowit.h')
| -rw-r--r-- | src/knowit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/knowit.h b/src/knowit.h index 2ee4897..45399a8 100644 --- a/src/knowit.h +++ b/src/knowit.h @@ -171,6 +171,8 @@ class Knowit : public TDEMainWindow void slotFilePrint(); /** Shows basic file statistics */ void slotFileInfo(); + /** Shows system file properties dialog */ + void slotFileProperties(); /** Quits KnowIt */ void slotFileQuit(); /** Turns bold in edit window on/off */ |
