This file is indexed.

/usr/share/qt5/doc/qtfeedback/qml-feedback-api.html is in qtfeedback5-doc-html 5.0~git20130529-0ubuntu13.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qml-feedback.qdoc -->
  <title>QML Feedback API | Qt 5.0 </title>
  <link rel="stylesheet" type="text/css" href="style/style.css" />
</head>
<body>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li>Qt 5.0</li>
<li>QML Feedback API</li>
<li id="buildversion">Qt 5.0.0 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#overview">Overview</a></li>
<li class="level1"><a href="#feedback-elements">Feedback elements</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QML Feedback API</h1>
<span class="subtitle"></span>
<!-- $$$qml-feedback-api.html-description -->
<div class="descr"> <a name="details"></a>
<a name="overview"></a>
<h2 id="overview">Overview</h2>
<p>The QML Feedback API allows application developers to implement various types of feedback (usually vibration) to their QML applications. Use this with the QML <i>QtFeedback import</i> statement.</p>
<a name="feedback-elements"></a>
<h2 id="feedback-elements">Feedback elements</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-actuator.html">Actuator</a></p></td><td class="tblDescr"><p>Element represents a feedback actuator</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-feedbackeffect.html">FeedbackEffect</a></p></td><td class="tblDescr"><p>Element is the base class for all feedback effects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-hapticseffect.html">HapticsEffect</a></p></td><td class="tblDescr"><p>Element represents a custom haptic feedback effect</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-themeeffect.html">ThemeEffect</a></p></td><td class="tblDescr"><p>Element represents a themed feedback effect</p></td></tr>
</table></div>
</div>
<!-- @@@qml-feedback-api.html -->
<div class="footer">Copyright (c) 2011 Nokia Corporation and/or its subsidiaries. All rights reserved.</div>
</body>
</html>