Skip to content

Commit c368e42

Browse files
committed
service/polkit: remove unnecessary docstrings
1 parent 3e921f4 commit c368e42

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/services/polkit/qml.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,18 +237,9 @@ class PolkitAgent
237237
/// Emitted whenever an authentication request completes successfully.
238238
void authenticationSucceeded();
239239

240-
/// Emitted whenever @@isActive changes.
241240
void isActiveChanged();
242-
243-
/// Emitted after the identity that is authenticating has changed by user request.
244241
void selectedIdentityChanged();
245-
246-
/// Emitted whenever the authentication conversation generates a new message to present.
247-
///
248-
/// This is always additional to the authentictation request's base message.
249242
void subMessageChanged();
250-
251-
/// Emitted when the user needs to provide input to continue authentication.
252243
void inputRequestChanged();
253244

254245
private slots:

0 commit comments

Comments
 (0)