showItemInfo();
}
+void InfoSidebarPage::showEvent(QShowEvent* event)
+{
+ SidebarPage::showEvent(event);
+ showItemInfo();
+}
+
void InfoSidebarPage::requestDelayedItemInfo(const KUrl& url)
{
cancelRequest();
void InfoSidebarPage::showItemInfo()
{
+ if (!isVisible()) {
+ return;
+ }
+
cancelRequest();
const KFileItemList& selectedItems = selection();