[devel] kdenonbeta/kdedebian/kapture/libkapture
Peter Rockai <[email protected]> Tue, 27 Jul 2004 22:09:02 +0200 (CEST)
| Newsgroups | gmane.comp.kde.devel.debian |
|---|---|
| Message-ID | <20040727200902.D455599EB__36886.6088487723$1093223042$gmane$org@office.kde.org> |
CVS commit by mornfall:
Try to hack in support for open-in-new tab. Work in progress, doesn't
work :/.
M +1 -0 listtreeview.cpp 1.22
M +1 -0 treeview.h 1.9
--- kdenonbeta/kdedebian/kapture/libkapture/listtreeview.cpp #1.21:1.22
@@ -24,4 +24,5 @@ ListTreeView::ListTreeView (QWidget *par
connect (m_filter, SIGNAL (activated (const QString &)), this, SLOT (filterTypeChanged (const QString &)));
connect (m_filterArg, SIGNAL (returnPressed ()), this, SLOT (rebuildTree ()));
+ connect (m_pkgList, SIGNAL (newViewRequested (CElemPtr)), this, SIGNAL (newViewRequested (CElemPtr)));
// connect (m_setup, SIGNAL (clicked ()), this, SLOT (setupFilter ()));
m_quickGrouper = new GrouperFactory ("PkgExistFilter");
--- kdenonbeta/kdedebian/kapture/libkapture/treeview.h #1.8:1.9
@@ -61,4 +61,5 @@ namespace kapture {
signals:
void elemSelected (capture::CElemPtr);
+ void newViewRequested (capture::CElemPtr);
public slots:
virtual void setGrouper (capture::GrouperChain *grp);