focusControl => FocusControl
This commit is contained in:
parent
5e492e8392
commit
25a24bf38c
4 changed files with 12 additions and 12 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <QList>
|
||||
#include <QObject>
|
||||
|
||||
namespace focusControl
|
||||
namespace FocusControl
|
||||
{
|
||||
bool isEnabled(QObject *item);
|
||||
bool isVisible(QObject *item);
|
||||
|
|
@ -25,6 +25,6 @@ namespace focusControl
|
|||
QList<QObject *> getItemsChain(QObject *object);
|
||||
|
||||
void printItems(const QList<QObject *> &items, QObject *current_item);
|
||||
}
|
||||
} // namespace FocusControl
|
||||
|
||||
#endif // FOCUSCONTROL_H
|
||||
#endif // FOCUSCONTROL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue