From 6c9d7e079cceade194b5faa6c65e98920be697ef Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 15 Mar 2024 16:35:30 -0400 Subject: sorting implemented; functionality is now matching pyqt version --- src/entryLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entryLayout.h') diff --git a/src/entryLayout.h b/src/entryLayout.h index df19a18..c38a51b 100644 --- a/src/entryLayout.h +++ b/src/entryLayout.h @@ -18,7 +18,7 @@ class EntryLayout : public QHBoxLayout { EntryLayout(const Entry &e); private: - QList loadRules(); + QList loadRules(); private slots: void showContextMenu(); -- cgit