Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
126dfe03
Commit
126dfe03
authored
Jan 10, 2021
by
Waqar Ahmed
Committed by
Christoph Cullmann
Jan 10, 2021
Browse files
Remove unused structure
parent
55c8ba40
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/kate-ctags/gotoglobalsymbolmodel.h
View file @
126dfe03
...
@@ -15,14 +15,6 @@ class GotoGlobalSymbolModel : public QAbstractTableModel
...
@@ -15,14 +15,6 @@ class GotoGlobalSymbolModel : public QAbstractTableModel
{
{
Q_OBJECT
Q_OBJECT
public:
public:
struct
GSymbolItem
{
QString
name
;
QString
fileName
;
QString
fileUrl
;
QString
pattern
;
QString
type
;
};
enum
Roles
{
enum
Roles
{
Name
=
Qt
::
UserRole
,
Name
=
Qt
::
UserRole
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment