This file is indexed.

/usr/include/xtuple/common/tmp/ui_checkForUpdates.h is in libxtuplecommon-dev 4.9.2-1.

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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/*
This file is part of the xTuple ERP: PostBooks Edition, a free and
open source Enterprise Resource Planning software suite,
Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple.
It is licensed to you under the Common Public Attribution License
version 1.0, the full text of which (including xTuple-specific Exhibits)
is available at www.xtuple.com/CPAL.  By using this software, you agree
to be bound by its terms.
*/

/********************************************************************************
** Form generated from reading UI file 'checkForUpdates.ui'
**
** Created by: Qt User Interface Compiler version 4.8.6
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_CHECKFORUPDATES_H
#define UI_CHECKFORUPDATES_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_checkForUpdates
{
public:
    QVBoxLayout *verticalLayout;
    QLabel *_label;
    QDialogButtonBox *_buttonBox;

    void setupUi(QWidget *checkForUpdates)
    {
        if (checkForUpdates->objectName().isEmpty())
            checkForUpdates->setObjectName(QString::fromUtf8("checkForUpdates"));
        checkForUpdates->resize(446, 73);
        verticalLayout = new QVBoxLayout(checkForUpdates);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        _label = new QLabel(checkForUpdates);
        _label->setObjectName(QString::fromUtf8("_label"));

        verticalLayout->addWidget(_label);

        _buttonBox = new QDialogButtonBox(checkForUpdates);
        _buttonBox->setObjectName(QString::fromUtf8("_buttonBox"));
        _buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ignore|QDialogButtonBox::Ok);

        verticalLayout->addWidget(_buttonBox);


        retranslateUi(checkForUpdates);

        QMetaObject::connectSlotsByName(checkForUpdates);
    } // setupUi

    void retranslateUi(QWidget *checkForUpdates)
    {
        checkForUpdates->setWindowTitle(QApplication::translate("checkForUpdates", "Check For Updates", 0, QApplication::UnicodeUTF8));
        _label->setText(QApplication::translate("checkForUpdates", "Your client doesn't match the server. Would you like to upgrade?", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class checkForUpdates: public Ui_checkForUpdates {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_CHECKFORUPDATES_H