Krita Source Code Documentation
Loading...
Searching...
No Matches
KisAsyncActionFeedback::DefaultWaitingMessageCallback Struct Reference

Public Member Functions

QString operator() () const
 

Detailed Description

Definition at line 20 of file kis_async_action_feedback.h.

Member Function Documentation

◆ operator()()

QString KisAsyncActionFeedback::DefaultWaitingMessageCallback::operator() ( ) const

Definition at line 77 of file kis_async_action_feedback.cpp.

78{
79 return i18nc("progress dialog message when the user has to wait for the image to become unlocked", "Waiting for the action to complete...");
80}

The documentation for this struct was generated from the following files: