annotate files.pri @ 1611:a6e37c28d762

Fix some Qt deprecations
author Chris Cannam
date Tue, 16 Jun 2020 15:16:50 +0100
parents 2e720fdcab0a
children
rev   line source
Chris@1155 1
Chris@1155 2 SVGUI_HEADERS += \
Chris@1554 3 layer/Colour3DPlotExporter.h \
Chris@1155 4 layer/Colour3DPlotLayer.h \
Chris@1340 5 layer/Colour3DPlotRenderer.h \
Chris@1340 6 layer/ColourDatabase.h \
Chris@1340 7 layer/ColourMapper.h \
Chris@1155 8 layer/ColourScale.h \
Chris@1155 9 layer/ColourScaleLayer.h \
Chris@1155 10 layer/FlexiNoteLayer.h \
Chris@1281 11 layer/HorizontalFrequencyScale.h \
Chris@1281 12 layer/HorizontalScaleProvider.h \
Chris@1155 13 layer/ImageLayer.h \
Chris@1155 14 layer/ImageRegionFinder.h \
Chris@1155 15 layer/Layer.h \
Chris@1155 16 layer/LayerFactory.h \
Chris@1155 17 layer/LayerGeometryProvider.h \
Chris@1155 18 layer/LinearNumericalScale.h \
Chris@1155 19 layer/LogNumericalScale.h \
Chris@1155 20 layer/LinearColourScale.h \
Chris@1155 21 layer/LogColourScale.h \
Chris@1155 22 layer/NoteLayer.h \
Chris@1155 23 layer/PaintAssistant.h \
Chris@1155 24 layer/PianoScale.h \
Chris@1155 25 layer/RegionLayer.h \
Chris@1155 26 layer/RenderTimer.h \
Chris@1155 27 layer/ScrollableImageCache.h \
Chris@1155 28 layer/ScrollableMagRangeCache.h \
Chris@1155 29 layer/SingleColourLayer.h \
Chris@1155 30 layer/SliceableLayer.h \
Chris@1155 31 layer/SliceLayer.h \
Chris@1155 32 layer/SpectrogramLayer.h \
Chris@1155 33 layer/SpectrumLayer.h \
Chris@1155 34 layer/TextLayer.h \
Chris@1155 35 layer/TimeInstantLayer.h \
Chris@1518 36 layer/BoxLayer.h \
Chris@1155 37 layer/TimeRulerLayer.h \
Chris@1155 38 layer/TimeValueLayer.h \
Chris@1155 39 layer/VerticalScaleLayer.h \
Chris@1155 40 layer/WaveformLayer.h \
Chris@1340 41 view/AlignmentView.h \
Chris@1155 42 view/Overview.h \
Chris@1155 43 view/Pane.h \
Chris@1155 44 view/PaneStack.h \
Chris@1155 45 view/View.h \
Chris@1155 46 view/ViewManager.h \
Chris@1155 47 view/ViewProxy.h \
Chris@1340 48 widgets/ActivityLog.h \
Chris@1155 49 widgets/AudioDial.h \
Chris@1155 50 widgets/ClickableLabel.h \
Chris@1196 51 widgets/ColourComboBox.h \
Chris@1198 52 widgets/ColourMapComboBox.h \
Chris@1155 53 widgets/ColourNameDialog.h \
Chris@1155 54 widgets/CommandHistory.h \
Chris@1319 55 widgets/CSVAudioFormatDialog.h \
Chris@1568 56 widgets/CSVExportDialog.h \
Chris@1155 57 widgets/CSVFormatDialog.h \
Chris@1155 58 widgets/Fader.h \
Chris@1155 59 widgets/InteractiveFileFinder.h \
Chris@1155 60 widgets/IconLoader.h \
Chris@1155 61 widgets/ImageDialog.h \
Chris@1155 62 widgets/ItemEditDialog.h \
Chris@1155 63 widgets/KeyReference.h \
Chris@1155 64 widgets/LabelCounterInputDialog.h \
Chris@1155 65 widgets/LayerTree.h \
Chris@1155 66 widgets/LayerTreeDialog.h \
Chris@1155 67 widgets/LEDButton.h \
Chris@1155 68 widgets/LevelPanToolButton.h \
Chris@1155 69 widgets/LevelPanWidget.h \
Chris@1155 70 widgets/ListInputDialog.h \
Chris@1583 71 widgets/MenuTitle.h \
Chris@1155 72 widgets/MIDIFileImportDialog.h \
Chris@1155 73 widgets/ModelDataTableDialog.h \
Chris@1155 74 widgets/NotifyingCheckBox.h \
Chris@1155 75 widgets/NotifyingComboBox.h \
Chris@1155 76 widgets/NotifyingPushButton.h \
Chris@1155 77 widgets/NotifyingTabBar.h \
Chris@1189 78 widgets/NotifyingToolButton.h \
Chris@1155 79 widgets/Panner.h \
Chris@1155 80 widgets/PluginParameterBox.h \
Chris@1155 81 widgets/PluginParameterDialog.h \
Chris@1285 82 widgets/PluginPathConfigurator.h \
Chris@1292 83 widgets/PluginReviewDialog.h \
Chris@1155 84 widgets/ProgressDialog.h \
Chris@1155 85 widgets/PropertyBox.h \
Chris@1155 86 widgets/PropertyStack.h \
Chris@1155 87 widgets/RangeInputDialog.h \
Chris@1155 88 widgets/SelectableLabel.h \
Chris@1155 89 widgets/SubdividingMenu.h \
Chris@1155 90 widgets/TextAbbrev.h \
Chris@1155 91 widgets/Thumbwheel.h \
Chris@1155 92 widgets/TipDialog.h \
Chris@1155 93 widgets/TransformFinder.h \
Chris@1155 94 widgets/UnitConverter.h \
Chris@1303 95 widgets/WheelCounter.h \
Chris@1174 96 widgets/WidgetScale.h \
Chris@1155 97 widgets/WindowShapePreview.h \
Chris@1155 98 widgets/WindowTypeSelector.h
Chris@1155 99
Chris@1155 100 SVGUI_SOURCES += \
Chris@1554 101 layer/Colour3DPlotExporter.cpp \
Chris@1155 102 layer/Colour3DPlotLayer.cpp \
Chris@1340 103 layer/Colour3DPlotRenderer.cpp \
Chris@1340 104 layer/ColourDatabase.cpp \
Chris@1340 105 layer/ColourMapper.cpp \
Chris@1340 106 layer/ColourScale.cpp \
Chris@1155 107 layer/FlexiNoteLayer.cpp \
Chris@1281 108 layer/HorizontalFrequencyScale.cpp \
Chris@1155 109 layer/ImageLayer.cpp \
Chris@1155 110 layer/ImageRegionFinder.cpp \
Chris@1155 111 layer/Layer.cpp \
Chris@1155 112 layer/LayerFactory.cpp \
Chris@1155 113 layer/LinearNumericalScale.cpp \
Chris@1155 114 layer/LogNumericalScale.cpp \
Chris@1155 115 layer/LinearColourScale.cpp \
Chris@1155 116 layer/LogColourScale.cpp \
Chris@1155 117 layer/NoteLayer.cpp \
Chris@1155 118 layer/PaintAssistant.cpp \
Chris@1155 119 layer/PianoScale.cpp \
Chris@1155 120 layer/RegionLayer.cpp \
Chris@1155 121 layer/ScrollableImageCache.cpp \
Chris@1155 122 layer/ScrollableMagRangeCache.cpp \
Chris@1155 123 layer/SingleColourLayer.cpp \
Chris@1155 124 layer/SliceLayer.cpp \
Chris@1155 125 layer/SpectrogramLayer.cpp \
Chris@1155 126 layer/SpectrumLayer.cpp \
Chris@1155 127 layer/TextLayer.cpp \
Chris@1155 128 layer/TimeInstantLayer.cpp \
Chris@1518 129 layer/BoxLayer.cpp \
Chris@1155 130 layer/TimeRulerLayer.cpp \
Chris@1155 131 layer/TimeValueLayer.cpp \
Chris@1155 132 layer/WaveformLayer.cpp \
Chris@1340 133 view/AlignmentView.cpp \
Chris@1155 134 view/Overview.cpp \
Chris@1155 135 view/Pane.cpp \
Chris@1155 136 view/PaneStack.cpp \
Chris@1155 137 view/View.cpp \
Chris@1155 138 view/ViewManager.cpp \
Chris@1340 139 widgets/ActivityLog.cpp \
Chris@1155 140 widgets/AudioDial.cpp \
Chris@1196 141 widgets/ColourComboBox.cpp \
Chris@1198 142 widgets/ColourMapComboBox.cpp \
Chris@1155 143 widgets/ColourNameDialog.cpp \
Chris@1155 144 widgets/CommandHistory.cpp \
Chris@1319 145 widgets/CSVAudioFormatDialog.cpp \
Chris@1568 146 widgets/CSVExportDialog.cpp \
Chris@1155 147 widgets/CSVFormatDialog.cpp \
Chris@1155 148 widgets/Fader.cpp \
Chris@1155 149 widgets/InteractiveFileFinder.cpp \
Chris@1155 150 widgets/IconLoader.cpp \
Chris@1155 151 widgets/ImageDialog.cpp \
Chris@1155 152 widgets/ItemEditDialog.cpp \
Chris@1155 153 widgets/KeyReference.cpp \
Chris@1155 154 widgets/LabelCounterInputDialog.cpp \
Chris@1155 155 widgets/LayerTree.cpp \
Chris@1155 156 widgets/LayerTreeDialog.cpp \
Chris@1155 157 widgets/LEDButton.cpp \
Chris@1155 158 widgets/LevelPanToolButton.cpp \
Chris@1155 159 widgets/LevelPanWidget.cpp \
Chris@1155 160 widgets/ListInputDialog.cpp \
Chris@1155 161 widgets/MIDIFileImportDialog.cpp \
Chris@1155 162 widgets/ModelDataTableDialog.cpp \
Chris@1155 163 widgets/NotifyingCheckBox.cpp \
Chris@1155 164 widgets/NotifyingComboBox.cpp \
Chris@1155 165 widgets/NotifyingPushButton.cpp \
Chris@1155 166 widgets/NotifyingTabBar.cpp \
Chris@1189 167 widgets/NotifyingToolButton.cpp \
Chris@1155 168 widgets/Panner.cpp \
Chris@1155 169 widgets/PluginParameterBox.cpp \
Chris@1155 170 widgets/PluginParameterDialog.cpp \
Chris@1285 171 widgets/PluginPathConfigurator.cpp \
Chris@1292 172 widgets/PluginReviewDialog.cpp \
Chris@1155 173 widgets/ProgressDialog.cpp \
Chris@1155 174 widgets/PropertyBox.cpp \
Chris@1155 175 widgets/PropertyStack.cpp \
Chris@1155 176 widgets/RangeInputDialog.cpp \
Chris@1155 177 widgets/SelectableLabel.cpp \
Chris@1155 178 widgets/SubdividingMenu.cpp \
Chris@1155 179 widgets/TextAbbrev.cpp \
Chris@1155 180 widgets/Thumbwheel.cpp \
Chris@1155 181 widgets/TipDialog.cpp \
Chris@1155 182 widgets/TransformFinder.cpp \
Chris@1155 183 widgets/UnitConverter.cpp \
Chris@1155 184 widgets/WindowShapePreview.cpp \
Chris@1155 185 widgets/WindowTypeSelector.cpp