Home
last modified time | relevance | path

Searched refs:removeCurrentPost (Results 1 – 2 of 2) sorted by relevance

/dports/www/choqok/choqok-1.7.0/libchoqok/ui/
H A Dpostwidget.h173 virtual void removeCurrentPost();
H A Dpostwidget.cpp208 connect(btnRemove, &QPushButton::clicked, this, &PostWidget::removeCurrentPost); in initUi()
485 void PostWidget::removeCurrentPost() in removeCurrentPost() function in PostWidget