-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
search combinator selectors when looking for a class [deploy]
- Loading branch information
1 parent
570d913
commit 88d1036
Showing
4 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/************************************************************************ | ||
** | ||
** Copyright (C) 2016-2022 Kevin B. Hendricks, Stratford, ON, Canada | ||
** Copyright (C) 2016-2023 Kevin B. Hendricks, Stratford, ON, Canada | ||
** Copyright (C) 2012 John Schember <[email protected]> | ||
** Copyright (C) 2012 Dave Heiland | ||
** Copyright (C) 2012 Grant Drake | ||
|
@@ -55,6 +55,8 @@ class CSSInfo : public QObject | |
|
||
QList<CSSSelector*> getAllSelectors(); | ||
|
||
QList<CSSSelector*> getAllSelectorsWithCombinators(); | ||
|
||
/** | ||
* Return selectors subset for only class based CSS declarations. | ||
*/ | ||
|