~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/dolphin/src/dolphincontroller.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-10-03 03:45:08 UTC
  • mto: This revision was merged to the branch mainline in revision 253.
  • Revision ID: james.westby@ubuntu.com-20091003034508-l3yn8392uy00kfm5
Tags: upstream-4.3.2
ImportĀ upstreamĀ versionĀ 4.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    }
50
50
}
51
51
 
 
52
void DolphinController::redirectToUrl(const KUrl& url)
 
53
{
 
54
    m_url = url;
 
55
}
 
56
 
52
57
void DolphinController::setItemView(QAbstractItemView* view)
53
58
{
54
59
    if (m_itemView != 0) {