support popup with timeout
This commit is contained in:
parent
7a325f4658
commit
f6f9c26fdd
@ -463,6 +463,11 @@ void PopupAppletInterface::showPopup()
|
||||
popupApplet()->showPopup();
|
||||
}
|
||||
|
||||
void PopupAppletInterface::showPopup(int timeout)
|
||||
{
|
||||
popupApplet()->showPopup(timeout);
|
||||
}
|
||||
|
||||
void PopupAppletInterface::setPopupWidget(QGraphicsWidget *widget)
|
||||
{
|
||||
popupApplet()->setGraphicsWidget(widget);
|
||||
|
@ -372,6 +372,7 @@ public Q_SLOTS:
|
||||
void togglePopup();
|
||||
void hidePopup();
|
||||
void showPopup();
|
||||
void showPopup(int timeout);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user