libzypp 17.37.17
userinterface_p.h
Go to the documentation of this file.
1#ifndef ZYPP_NG_UI_PRIVATE_USERINTERFACE_P_H
2#define ZYPP_NG_UI_PRIVATE_USERINTERFACE_P_H
3
5#include <zypp-core/zyppng/base/Signals>
7
8namespace zyppng {
9
11 {
13 public:
15
16 Signal<void( UserRequestRef event)> _sigEvent;
17 };
18
19}
20
21
22#endif
BasePrivate(Base &b)
Definition base_p.h:17
UserInterfacePrivate(UserInterface &b)
Signal< void(UserRequestRef event)> _sigEvent
unsigned short b
#define ZYPP_DECLARE_PUBLIC(Class)
Definition zyppglobal.h:98