| 72 | static constexpr char SIDEBAR_VISIBLE_KEY[] = "ShowSidebar"; |
| 73 | |
| 74 | static inline QString DesktopEntryGroupKey() |
| 75 | { |
| 76 | return QStringLiteral("Desktop Entry"); |
| 77 | } |
| 78 | static inline QString RecentFilesGroupKey() |
| 79 | { |
| 80 | return QStringLiteral("Recent Files"); |
no outgoing calls
no test coverage detected