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

« back to all changes in this revision

Viewing changes to apps/dolphin/src/dolphinmainwindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-03-27 15:01:41 UTC
  • mto: This revision was merged to the branch mainline in revision 268.
  • Revision ID: james.westby@ubuntu.com-20100327150141-84yby6ig7hk8o3bl
Tags: upstream-4.4.2
ImportĀ upstreamĀ versionĀ 4.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
    void handleUrl(const KUrl& url);
426
426
 
427
427
    /**
 
428
     * handleUrl() can trigger a stat job to see if the url can actually
 
429
     * be listed.
 
430
     */
 
431
    void slotHandleUrlStatFinished(KJob* job);
 
432
 
 
433
    /**
428
434
     * setUrlAsCaption() will trigger a stat job which reports its result in
429
435
     * this slot.
430
436
     */
532
538
    QPointer<DolphinSettingsDialog> m_settingsDialog;
533
539
 
534
540
    KJob* m_captionStatJob;
 
541
    KJob* m_lastHandleUrlStatJob;
535
542
};
536
543
 
537
544
inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const