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

« back to all changes in this revision

Viewing changes to apps/plasma/applets/folderview/listview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 13:28:20 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202132820-yaqzqr7livmarip5
Tags: 4:4.3.80-0ubuntu1
* New upstream release:
  - Drop kubuntu_05_konsole_colour_scheme.diff, applied upstream
  - Drop kubuntu_15-17.diff, applied upstream
  - Bump build-depend versions
  - Add build-depend on shared-desktop-ontologies for nepomuk support
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *   Copyright © 2008 Fredrik Höglund <fredrik@kde.org>
 
2
 *   Copyright © 2008, 2009 Fredrik Höglund <fredrik@kde.org>
3
3
 *   Copyright © 2008 Rafael Fernández López <ereslibre@kde.org>
4
4
 *
5
5
 *   This library is free software; you can redistribute it and/or
56
56
    void setWordWrap(bool on);
57
57
    bool wordWrap() const;
58
58
 
59
 
    void setDrawShadows(bool on);
60
 
    bool drawShadows() const;
61
 
 
62
59
    QModelIndex indexAt(const QPointF &point) const;
63
60
    QRect visualRect(const QModelIndex &index) const;
64
61