=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for hydrogen-1.0.0.beta1nb5
Scanning dependencies of target hydrogen-core-1.0.0
[ 1%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/coremidi_driver.cpp.o
[ 1%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/fake_driver.cpp.o
[ 2%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/coreaudio_driver.cpp.o
[ 2%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/jack_midi_driver.cpp.o
[ 2%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/alsa_midi_driver.cpp.o
[ 2%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/alsa_audio_driver.cpp.o
[ 2%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/jack_audio_driver.cpp.o
[ 2%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/disk_writer_driver.cpp.o
[ 3%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/midi_input.cpp.o
[ 3%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/midi_output.cpp.o
[ 3%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/null_driver.cpp.o
[ 4%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/oss_driver.cpp.o
[ 4%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/portaudio_driver.cpp.o
[ 4%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/portmidi_driver.cpp.o
[ 5%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/pulse_audio_driver.cpp.o
[ 5%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/IO/transport_info.cpp.o
[ 5%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/audio_engine.cpp.o
[ 6%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/automation_path_serializer.cpp.o
[ 6%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/adsr.cpp.o
[ 6%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/automation_path.cpp.o
[ 7%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/drumkit.cpp.o
[ 7%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/drumkit_component.cpp.o
[ 7%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/instrument.cpp.o
[ 8%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/instrument_component.cpp.o
[ 8%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/instrument_layer.cpp.o
[ 8%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/instrument_list.cpp.o
[ 9%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/note.cpp.o
[ 9%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/pattern.cpp.o
[ 10%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/pattern_list.cpp.o
[ 10%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/sample.cpp.o
[ 10%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/basics/song.cpp.o
[ 11%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/core_action_controller.cpp.o
[ 11%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/event_queue.cpp.o
[ 11%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/fx/effects.cpp.o
[ 12%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/fx/ladspa_fx.cpp.o
[ 12%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/helpers/filesystem.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/basics/sample.cpp:519:56: warning: 'strncasecmp' call operates on objects of type 'const char' while the size is based on a different type 'const char *' [-Wsizeof-pointer-memaccess]
if( 0 == strncasecmp( mode, __loop_modes[i], sizeof( __loop_modes[i] ) ) ) return ( Loops::LoopMode )i;
~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/basics/sample.cpp:519:56: note: did you mean to provide an explicit length?
if( 0 == strncasecmp( mode, __loop_modes[i], sizeof( __loop_modes[i] ) ) ) return ( Loops::LoopMode )i;
^~~~~~~~~~~~~~~
[ 12%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/helpers/legacy.cpp.o
[ 13%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/helpers/xml.cpp.o
1 warning generated.
[ 13%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/hydrogen.cpp.o
[ 13%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/lash/LashClient.cpp.o
[ 14%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/lilypond/lilypond.cpp.o
[ 14%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/local_file_mgr.cpp.o
[ 14%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/logger.cpp.o
[ 15%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/midi_action.cpp.o
[ 15%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/midi_map.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:172:52: warning: 'strncasecmp' call operates on objects of type 'const char' while the size is based on a different type 'const char *' [-Wsizeof-pointer-memaccess]
if( 0 == strncasecmp( level, __levels[0], sizeof( __levels[0] ) ) ) {
~~~~~~~~~~~ ^~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:172:52: note: did you mean to provide an explicit length?
if( 0 == strncasecmp( level, __levels[0], sizeof( __levels[0] ) ) ) {
^~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:174:60: warning: 'strncasecmp' call operates on objects of type 'const char' while the size is based on a different type 'const char *' [-Wsizeof-pointer-memaccess]
} else if ( 0 == strncasecmp( level, __levels[1], sizeof( __levels[1] ) ) ) {
~~~~~~~~~~~ ^~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:174:60: note: did you mean to provide an explicit length?
} else if ( 0 == strncasecmp( level, __levels[1], sizeof( __levels[1] ) ) ) {
^~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:176:60: warning: 'strncasecmp' call operates on objects of type 'const char' while the size is based on a different type 'const char *' [-Wsizeof-pointer-memaccess]
} else if ( 0 == strncasecmp( level, __levels[2], sizeof( __levels[2] ) ) ) {
~~~~~~~~~~~ ^~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:176:60: note: did you mean to provide an explicit length?
} else if ( 0 == strncasecmp( level, __levels[2], sizeof( __levels[2] ) ) ) {
^~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:178:60: warning: 'strncasecmp' call operates on objects of type 'const char' while the size is based on a different type 'const char *' [-Wsizeof-pointer-memaccess]
} else if ( 0 == strncasecmp( level, __levels[3], sizeof( __levels[3] ) ) ) {
~~~~~~~~~~~ ^~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:178:60: note: did you mean to provide an explicit length?
} else if ( 0 == strncasecmp( level, __levels[3], sizeof( __levels[3] ) ) ) {
^~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:180:60: warning: 'strncasecmp' call operates on objects of type 'const char' while the size is based on a different type 'const char *' [-Wsizeof-pointer-memaccess]
} else if ( 0 == strncasecmp( level, __levels[4], sizeof( __levels[4] ) ) ) {
~~~~~~~~~~~ ^~~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/logger.cpp:180:60: note: did you mean to provide an explicit length?
} else if ( 0 == strncasecmp( level, __levels[4], sizeof( __levels[4] ) ) ) {
^~~~~~~~~~~
[ 15%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/nsm_client.cpp.o
5 warnings generated.
[ 16%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/object.cpp.o
[ 16%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/osc_server.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/hydrogen.cpp:216:39: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
x1 = 2.0 * ( ( ( float ) rand() ) / RAND_MAX ) - 1.0;
~ ^~~~~~~~
/usr/include/stdlib.h:90:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX 0x7fffffff
^~~~~~~~~~
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/core/src/hydrogen.cpp:217:39: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
x2 = 2.0 * ( ( ( float ) rand() ) / RAND_MAX ) - 1.0;
~ ^~~~~~~~
/usr/include/stdlib.h:90:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX 0x7fffffff
^~~~~~~~~~
2 warnings generated.
[ 16%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/playlist.cpp.o
[ 17%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/preferences.cpp.o
[ 17%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/sampler/sampler.cpp.o
[ 17%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/smf/smf.cpp.o
[ 18%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/smf/smf_event.cpp.o
[ 18%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/synth/synth.cpp.o
[ 18%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/timehelper.cpp.o
[ 19%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/timeline.cpp.o
[ 19%] Building CXX object src/core/CMakeFiles/hydrogen-core-1.0.0.dir/src/version.cpp.o
[ 20%] Linking CXX shared library libhydrogen-core-1.0.0.so
[ 20%] Built target hydrogen-core-1.0.0
[ 21%] Generating src/moc_DonationDialog.cpp
[ 21%] Generating src/moc_Director.cpp
[ 22%] Generating src/moc_AboutDialog.cpp
[ 22%] Generating src/moc_AudioEngineInfoForm.cpp
[ 22%] Generating src/AudioFileBrowser/moc_AudioFileBrowser.cpp
[ 22%] Generating src/AudioFileBrowser/moc_SampleWaveDisplay.cpp
[ 22%] Generating src/moc_EventListener.cpp
[ 23%] Generating src/moc_HelpBrowser.cpp
[ 23%] Generating src/moc_HydrogenApp.cpp
[ 23%] Generating src/moc_ExportSongDialog.cpp
[ 23%] Generating src/InstrumentEditor/moc_InstrumentEditorPanel.cpp
[ 24%] Generating src/InstrumentEditor/moc_InstrumentEditor.cpp
[ 24%] Generating src/InstrumentEditor/moc_LayerPreview.cpp
[ 26%] Generating src/moc_LadspaFXSelector.cpp
[ 26%] Generating src/moc_LadspaFXProperties.cpp
[ 26%] Generating src/InstrumentEditor/moc_WaveDisplay.cpp
[ 26%] Generating src/moc_InstrumentRack.cpp
[ 26%] Generating src/moc_MainForm.cpp
[ 26%] Generating src/Mixer/moc_Mixer.cpp
[ 27%] Generating src/PatternEditor/moc_PatternEditorInstrumentList.cpp
[ 27%] Generating src/PatternEditor/moc_NotePropertiesRuler.cpp
[ 27%] Generating src/PatternEditor/moc_DrumPatternEditor.cpp
[ 28%] Generating src/Mixer/moc_MixerLine.cpp
Scanning dependencies of target h2cli
[ 28%] Generating src/PatternEditor/moc_PatternEditorPanel.cpp
Scanning dependencies of target h2player
[ 29%] Generating src/PatternEditor/moc_PatternEditorRuler.cpp
[ 29%] Generating src/PatternEditor/moc_PianoRollEditor.cpp
[ 30%] Generating src/moc_PatternPropertiesDialog.cpp
[ 30%] Generating src/moc_PatternFillDialog.cpp
[ 30%] Building CXX object src/cli/CMakeFiles/h2cli.dir/main.cpp.o
[ 30%] Generating src/moc_PlayerControl.cpp
[ 30%] Generating src/PlaylistEditor/moc_PlaylistDialog.cpp
[ 31%] Building CXX object src/player/CMakeFiles/h2player.dir/main.cpp.o
[ 32%] Generating src/SampleEditor/moc_DetailWaveDisplay.cpp
[ 32%] Generating src/moc_PreferencesDialog.cpp
[ 33%] Generating src/SampleEditor/moc_SampleEditor.cpp
[ 33%] Generating src/SampleEditor/moc_MainSampleWaveDisplay.cpp
[ 33%] Generating src/SampleEditor/moc_TargetWaveDisplay.cpp
[ 33%] Generating src/moc_Skin.cpp
[ 34%] Generating src/SongEditor/moc_SongEditorPanelTagWidget.cpp
[ 33%] Generating src/SongEditor/moc_SongEditorPanel.cpp
[ 33%] Generating src/SongEditor/moc_SongEditorPanelBpmWidget.cpp
[ 35%] Generating src/moc_SongPropertiesDialog.cpp
[ 35%] Generating src/SongEditor/moc_SongEditor.cpp
[ 35%] Generating src/SoundLibrary/moc_SoundLibraryExportDialog.cpp
[ 35%] Generating src/SoundLibrary/moc_FileBrowser.cpp
[ 36%] Generating src/SoundLibrary/moc_SoundLibraryDatastructures.cpp
[ 37%] Generating src/SoundLibrary/moc_SoundLibraryOpenDialog.cpp
[ 37%] Generating src/SoundLibrary/moc_SoundLibraryImportDialog.cpp
[ 37%] Generating src/SoundLibrary/moc_SoundLibraryPanel.cpp
[ 37%] Generating src/SoundLibrary/moc_SoundLibraryPropertiesDialog.cpp
[ 37%] Generating src/SoundLibrary/moc_SoundLibrarySaveDialog.cpp
[ 38%] Generating src/SoundLibrary/moc_SoundLibraryRepositoryDialog.cpp
[ 38%] Generating src/SoundLibrary/moc_SoundLibraryTree.cpp
[ 39%] Generating src/moc_SplashScreen.cpp
[ 39%] Generating src/moc_UndoActions.cpp
[ 39%] Generating src/widgets/moc_AutomationPathView.cpp
[ 39%] Generating src/moc_precompiled.cpp
[ 40%] Generating src/moc_VirtualPatternDialog.cpp
[ 40%] Generating src/widgets/moc_ClickableLabel.cpp
[ 40%] Generating src/widgets/moc_CpuLoadWidget.cpp
[ 41%] Generating src/widgets/moc_Button.cpp
[ 42%] Generating src/widgets/moc_DownloadWidget.cpp
[ 42%] Generating src/widgets/moc_Fader.cpp
[ 43%] Generating src/widgets/moc_InfoBar.cpp
[ 43%] Generating src/widgets/moc_LCD.cpp
[ 43%] Generating src/widgets/moc_MidiActivityWidget.cpp
[ 43%] Generating src/widgets/moc_LCDCombo.cpp
[ 43%] Generating src/widgets/moc_MidiTable.cpp
[ 43%] Generating src/widgets/moc_MidiSenseWidget.cpp
[ 44%] Generating src/widgets/moc_MidiLearnable.cpp
[ 44%] Generating src/widgets/moc_Rotary.cpp
[ 45%] Generating src/widgets/moc_PixmapWidget.cpp
[ 45%] Generating ui_AudioFileBrowser_UI.h
[ 45%] Generating ui_SampleEditor_UI.h
[ 46%] Generating ui_PlaylistDialog_UI.h
[ 46%] Generating ui_SongEditorPanelBpmWidget_UI.h
[ 47%] Generating ui_SongEditorPanelTagWidget_UI.h
[ 47%] Generating ui_SoundLibraryExportDialog_UI.h
[ 47%] Generating ui_SoundLibraryImportDialog_UI.h
[ 48%] Generating ui_SoundLibrarySaveDialog_UI.h
[ 48%] Generating ui_SoundLibraryPropertiesDialog_UI.h
[ 48%] Generating ui_SoundLibraryRepositoryDialog_UI.h
[ 48%] Generating ui_Director_UI.h
[ 49%] Generating ui_AudioEngineInfoForm_UI.h
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SoundLibrary/SoundLibrarySaveDialog_UI.ui: Warning: The name 'layoutWidget' (QWidget) is already in use, defaulting to 'layoutWidget1'.
[ 50%] Generating ui_DonationDialog.h
[ 50%] Generating ui_LadspaFXSelector_UI.h
[ 50%] Generating ui_ExportSongDialog_UI.h
[ 51%] Generating ui_PatternFillDialog_UI.h
[ 51%] Generating ui_PatternPropertiesDialog_UI.h
[ 51%] Generating ui_PreferencesDialog_UI.h
[ 52%] Generating ui_VirtualPatternDialog_UI.h
[ 52%] Generating ui_SongPropertiesDialog_UI.h
[ 52%] Generating ui_about_dialog.h
Scanning dependencies of target hydrogen
[ 52%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/InstrumentRack.cpp.o
[ 53%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/InstrumentEditor/LayerPreview.cpp.o
[ 53%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/AudioFileBrowser/SampleWaveDisplay.cpp.o
[ 54%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/InstrumentEditor/WaveDisplay.cpp.o
[ 54%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/HelpBrowser.cpp.o
[ 54%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/InstrumentEditor/InstrumentEditorPanel.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/cli/main.cpp:373:13: warning: 16 enumeration values not handled in switch: 'EVENT_STATE', 'EVENT_PATTERN_CHANGED', 'EVENT_PATTERN_MODIFIED'... [-Wswitch]
switch ( event.type ) {
^
[ 54%] Linking CXX executable h2player
1 warning generated.
[ 54%] Linking CXX executable h2cli
[ 54%] Built target h2player
[ 54%] Built target h2cli
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.cpp:43:19: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
setWindowTitle( trUtf8( "Manual" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.h:40:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.cpp:49:19: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
setWindowTitle( trUtf8( "Welcome to Hydrogen" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.h:40:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.cpp:55:43: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pDontShowAnymoreBtn = new QPushButton( trUtf8( "Don't show this message anymore"), this );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.h:40:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.cpp:60:39: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pCloseWindowBtn = new QPushButton( trUtf8( "Ok" ), this );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.h:40:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.cpp:65:35: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pDocHomeBtn = new QPushButton( trUtf8( "Documentation index" ), this );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.h:40:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/HelpBrowser.cpp:81:39: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
QRect rect( QApplication::desktop()->screenGeometry() );
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
[ 54%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/Mixer/Mixer.cpp.o
[ 55%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/Mixer/MixerLine.cpp.o
6 warnings generated.
[ 55%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/PatternEditor/PatternEditorPanel.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentRack.cpp:57:42: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowInstrumentEditorBtn->setToolTip( trUtf8( "Show Instrument editor" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentRack.h:40:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentRack.cpp:58:39: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowInstrumentEditorBtn->setText( trUtf8( "Instrument" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentRack.h:40:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentRack.cpp:69:38: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowSoundLibraryBtn->setToolTip( trUtf8( "Show sound library" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentRack.h:40:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentRack.cpp:70:35: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowSoundLibraryBtn->setText( trUtf8( "Sound library" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentRack.h:40:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentEditor/LayerPreview.cpp:433:4: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
trUtf8( "Dec. = %1\nMIDI = %2" )
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentEditor/LayerPreview.h:45:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentEditor/LayerPreview.cpp:444:4: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
trUtf8( "Dec. = %1\nMIDI = %2" )
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/InstrumentEditor/LayerPreview.h:45:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
4 warnings generated.
[ 56%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/PatternEditor/PatternEditorRuler.cpp.o
[ 56%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/PlayerControl.cpp.o
[ 56%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/SampleEditor/DetailWaveDisplay.cpp.o
[ 56%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/SoundLibrary/FileBrowser.cpp.o
2 warnings generated.
[ 56%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/SoundLibrary/SoundLibraryOpenDialog.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:82:32: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pPlaySampleBtn->setToolTip( trUtf8( "Play sample" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:85:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:106:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pMuteBtn->setToolTip( trUtf8( "Mute" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:85:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:118:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pSoloBtn->setToolTip( trUtf8( "Solo" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:85:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:122:56: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pPanRotary = new Rotary( this, Rotary::TYPE_CENTER, trUtf8( "Pan" ), false, true);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:85:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:162:29: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pNameWidget->setToolTip( trUtf8( "Instrument name (double click to edit)" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:85:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:246:56: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
( HydrogenApp::get_instance() )->setStatusBarMessage( trUtf8( "Set instrument volume [%1]" ).arg( value, 0, 'f', 2 ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:85:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:353:52: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
HydrogenApp::get_instance()->setStatusBarMessage( trUtf8( "Set instr. pan [%1]" ).arg( m_pFaderPos ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:85:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:461:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pMuteBtn->setToolTip( trUtf8( "Mute" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:168:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:473:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pSoloBtn->setToolTip( trUtf8( "Solo" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:168:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:491:29: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pNameWidget->setToolTip( trUtf8( "Component name" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:168:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:564:56: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
( HydrogenApp::get_instance() )->setStatusBarMessage( trUtf8( "Set instrument volume [%1]" ).arg( value, 0, 'f', 2 ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:168:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:688:69: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pHumanizeVelocityRotary = new Rotary( this, Rotary::TYPE_NORMAL, trUtf8( "Humanize velocity" ), false, false );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:231:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:692:65: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pHumanizeTimeRotary = new Rotary( this, Rotary::TYPE_NORMAL, trUtf8( "Humanize time" ), false, false );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:231:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:696:59: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pSwingRotary = new Rotary( this, Rotary::TYPE_NORMAL, trUtf8( "Swing" ), false, false );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:231:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:733:56: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
( HydrogenApp::get_instance() )->setStatusBarMessage( trUtf8( "Set master volume [%1]" ).arg( value, 0, 'f', 2 ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:231:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:844:10: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
sMsg = trUtf8( "Set humanize time parameter [%1]").arg( fVal, 0, 'f', 2 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:231:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:848:10: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
sMsg = trUtf8( "Set humanize velocity parameter [%1]").arg( fVal, 0, 'f', 2 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:231:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:852:10: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
sMsg = trUtf8( "Set swing factor [%1]").arg( fVal, 0, 'f', 2 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:231:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:889:25: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
activeBtn->setToolTip( trUtf8( "FX on/off") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:286:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:899:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pNameWidget->setText( trUtf8( "Master output" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:286:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:1102:28: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pActiveBtn->setToolTip( trUtf8( "FX bypass") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:332:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:1114:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pEditBtn->setToolTip( trUtf8( "Edit FX parameters") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:332:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:1121:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pNameLCD->setToolTip( trUtf8( "Ladspa FX name" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:332:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.cpp:1124:54: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pRotary = new Rotary( this, Rotary::TYPE_NORMAL, trUtf8( "Effect return" ), false, false );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/MixerLine.h:332:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.cpp:56:18: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
setWindowTitle( trUtf8( __class_name ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.h:49:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.cpp:120:33: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowFXPanelBtn->setToolTip( trUtf8( "Show FX panel" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.h:49:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.cpp:137:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowPeaksBtn->setToolTip( trUtf8( "Show instrument peaks" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.h:49:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
24 warnings generated.
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.cpp:776:18: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
QString sInfo = trUtf8( "Set FX %1 level ").arg( nKnob + 1 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.h:49:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.cpp:822:57: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
( HydrogenApp::get_instance() )->setStatusBarMessage( trUtf8( "Show instrument peaks = On"), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.h:49:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.cpp:826:57: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
( HydrogenApp::get_instance() )->setStatusBarMessage( trUtf8( "Show instrument peaks = Off"), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.h:49:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.cpp:882:21: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
QString sInfo = trUtf8( "Set LADSPA FX ( %1 ) volume").arg( QString(pFX->getPluginName() ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/Mixer/Mixer.h:49:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
[ 56%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/SoundLibrary/SoundLibraryTree.cpp.o
7 warnings generated.
[ 57%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/SplashScreen.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SoundLibrary/FileBrowser.cpp:186:33: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pFileInfo->setText( QString( trUtf8( "%1
%2 KHz
%3 %4" ) )
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SoundLibrary/FileBrowser.h:37:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SoundLibrary/SoundLibraryOpenDialog.cpp:36:18: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
setWindowTitle( trUtf8( "Open Sound Library" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SoundLibrary/SoundLibraryOpenDialog.h:38:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SoundLibrary/SoundLibraryOpenDialog.cpp:46:35: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
pVBox->addWidget( p_soundLib, 0, 0 );
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:101:24: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
pSLlabel->setToolTip( trUtf8("Loaded Soundlibrary") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:114:36: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__pattern_size_combo->setToolTip( trUtf8("Select pattern size") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:124:33: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__resolution_combo->setToolTip(trUtf8("Select grid resolution"));
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:158:28: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
hearNotesBtn->setToolTip( trUtf8( "Hear new notes" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:173:33: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
quantizeEventsBtn->setToolTip( trUtf8( "Quantize keyboard/midi events to grid" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:186:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__show_drum_btn->setToolTip( trUtf8( "Show piano roll editor" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:210:30: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__recpredelete->setToolTip( trUtf8( "destructive mode pre delete settings" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:226:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__recpostdelete->setToolTip( trUtf8( "destructive mode post delete settings" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:239:27: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
zoom_in_btn->setToolTip( trUtf8( "Zoom in" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:251:28: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
zoom_out_btn->setToolTip( trUtf8( "Zoom out" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:430:33: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__pPropertiesCombo->setToolTip(trUtf8("Select note properties"));
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:431:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__pPropertiesCombo->addItem( trUtf8("Velocity") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:432:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__pPropertiesCombo->addItem( trUtf8("Pan") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:433:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__pPropertiesCombo->addItem( trUtf8("Lead and Lag") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:434:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__pPropertiesCombo->addItem( trUtf8("NoteKey") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:435:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__pPropertiesCombo->addItem( trUtf8("Probability") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:559:32: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__pPropertiesCombo->set_text( trUtf8("Velocity"));
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:102:25: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pRwdBtn->setToolTip( trUtf8("Rewind") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:116:25: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pRecBtn->setToolTip( trUtf8("Record") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:652:27: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
this->setWindowTitle( ( trUtf8( "Pattern editor - %1").arg( sCurrentPatternName ) ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:135:28: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pRecDelBtn->setToolTip( trUtf8("Destructive Record") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:151:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pPlayBtn->setToolTip( trUtf8("Play/ Pause") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:668:27: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
this->setWindowTitle( ( trUtf8( "Pattern editor - %1").arg(QString("No pattern selected.")) ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:167:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pStopBtn->setToolTip( trUtf8("Stop") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:669:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pPatternNameLbl->setText( trUtf8( "No pattern selected" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:181:26: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pFfwdBtn->setToolTip( trUtf8("Fast Forward") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:193:30: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pSongLoopBtn->setToolTip( trUtf8("Loop song") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:209:30: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pLiveModeBtn->setToolTip( trUtf8("Pattern Mode") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:223:30: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pSongModeBtn->setToolTip( trUtf8("Song Mode") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:243:29: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pBConoffBtn->setToolTip( trUtf8("BeatCounter Panel on") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
1 warning generated.
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:318:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pBCSetPlayBtn->setToolTip( trUtf8("Set BPM / Set BPM and play") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:368:34: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pRubberBPMChange->setToolTip( trUtf8("Recalculate Rubberband modified samples if bpm will change") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:391:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pMetronomeBtn->setToolTip( trUtf8("Switch metronome on/off") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:415:35: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pJackTransportBtn->setToolTip( trUtf8("Jack-transport on/off") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:429:32: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pJackMasterBtn->setToolTip( trUtf8("Jack-Time-Master on/off") );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:461:31: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowMixerBtn->setToolTip( trUtf8( "Show mixer" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:462:28: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowMixerBtn->setText( trUtf8( "Mixer" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:474:40: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowInstrumentRackBtn->setToolTip( trUtf8( "Show Instrument Rack" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:475:37: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
m_pShowInstrumentRackBtn->setText( trUtf8( "Instrument rack" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:683:57: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
( HydrogenApp::get_instance() )->setStatusBarMessage( trUtf8( "Hear new notes = On" ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:686:57: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
( HydrogenApp::get_instance() )->setStatusBarMessage( trUtf8( "Hear new notes = Off" ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:700:57: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
( HydrogenApp::get_instance() )->setStatusBarMessage( trUtf8( "Quantize incoming keyboard/midi events = On" ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:703:57: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
( HydrogenApp::get_instance() )->setStatusBarMessage( trUtf8( "Quantize incoming keyboard/midi events = Off" ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:774:32: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__show_drum_btn->setToolTip( trUtf8( "Show piano roll editor" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:787:32: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__show_drum_btn->setToolTip( trUtf8( "Show drum editor" ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:857:47: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
QMessageBox::information( this, "Hydrogen", trUtf8( "Is not possible to change the pattern size when playing." ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
[ 57%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/widgets/Button.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:952:15: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
if ( text == trUtf8( "Velocity" ) ) {
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:961:20: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
else if ( text == trUtf8( "Pan" ) ) {
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:970:20: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
else if ( text == trUtf8( "Lead and Lag" ) ) {
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:979:20: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
else if ( text == trUtf8( "NoteKey" ) ) {
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:988:20: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
else if ( text == trUtf8( "Probability" ) ) {
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:997:20: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
else if ( text == trUtf8( "Cutoff" ) ) {
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.cpp:999:20: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
else if ( text == trUtf8( "Resonance" ) ) {
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PatternEditor/PatternEditorPanel.h:57:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:694:61: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setScrollStatusBarMessage(trUtf8("Record midi events = On" ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:698:61: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setScrollStatusBarMessage(trUtf8("Record midi events = Off" ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:709:60: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setScrollStatusBarMessage(trUtf8("Destructive mode = Off" ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:713:60: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setScrollStatusBarMessage(trUtf8("Destructive mode = On" ), 2000 );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:723:54: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8("Playing."), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:727:54: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8("Pause."), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:741:53: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8("Stopped."), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:758:53: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8("Song mode selected."), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:773:53: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8("Pattern mode selected."), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:802:54: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8(" BC Panel on"), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:808:54: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8(" BC Panel off"), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:819:54: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8(" Count BPM and start PLAY"), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:823:54: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8(" Count and set BPM"), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:834:60: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setScrollStatusBarMessage(trUtf8("Recalculate all samples using Rubberband ON"), 2000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:838:60: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setScrollStatusBarMessage(trUtf8("Recalculate all samples using Rubberband OFF"), 2000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:910:43: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
QMessageBox::warning( this, "Hydrogen", trUtf8( "JACK-transport will work only with JACK driver." ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:918:54: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8("Jack-transport mode = On"), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:925:54: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
(HydrogenApp::get_instance())->setStatusBarMessage(trUtf8("Jack-transport mode = Off"), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:965:61: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
double fNewVal= QInputDialog::getDouble( this, "Hydrogen", trUtf8( "New BPM value" ), m_pLCDBPMSpinbox->getValue(), 10, 400, 2, &bIsOkPressed );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:1017:52: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
HydrogenApp::get_instance()->setStatusBarMessage(trUtf8("Loop song = On"), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.cpp:1020:52: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
HydrogenApp::get_instance()->setStatusBarMessage(trUtf8("Loop song = Off"), 5000);
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/PlayerControl.h:89:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
2 warnings generated.
[ 57%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/widgets/ClickableLabel.cpp.o
[ 58%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/widgets/CpuLoadWidget.cpp.o
[ 58%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/widgets/DownloadWidget.cpp.o
40 warnings generated.
34 warnings generated.
[ 58%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/widgets/Fader.cpp.o
[ 59%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/widgets/InfoBar.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SoundLibrary/SoundLibraryTree.cpp:32:32: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
setHeaderLabels( QStringList( trUtf8( "Sound library" ) ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SoundLibrary/SoundLibraryTree.h:37:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SoundLibrary/SoundLibraryTree.cpp:36:2: warning: 'setItemHidden' is deprecated: Use QTreeWidgetItem::setHidden() instead [-Wdeprecated-declarations]
setItemHidden( headerItem(), true ); // hides the header
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtWidgets/qtreewidget.h:331:5: note: 'setItemHidden' has been explicitly marked deprecated here
QT_DEPRECATED_X ("Use QTreeWidgetItem::setHidden() instead")
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
2 warnings generated.
[ 59%] Building CXX object src/gui/CMakeFiles/hydrogen.dir/src/widgets/LCD.cpp.o
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SplashScreen.cpp:36:4: error: call to constructor of 'QSplashScreen' is ambiguous
: QSplashScreen( NULL )
^ ~~~~
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtWidgets/qsplashscreen.h:58:5: note: candidate constructor
QSplashScreen(QScreen *screen, const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = Qt::WindowFlags());
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtWidgets/qsplashscreen.h:61:5: note: candidate constructor
QSplashScreen(QWidget *parent, const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = Qt::WindowFlags());
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/SplashScreen.cpp:63:39: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
QRect rect( QApplication::desktop()->screenGeometry() );
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning and 1 error generated.
--- src/gui/CMakeFiles/hydrogen.dir/src/SplashScreen.cpp.o ---
*** [src/gui/CMakeFiles/hydrogen.dir/src/SplashScreen.cpp.o] Error code 1
make[2]: stopped in /data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/DownloadWidget.cpp:59:9: warning: 'start' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
__time.start();
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qdatetime.h:233:5: note: 'start' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/DownloadWidget.cpp:92:21: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
ERRORLOG(QString( trUtf8( "Importing item failed: %1" ) ).arg( __reply->errorString() ));
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/DownloadWidget.h:38:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/DownloadWidget.cpp:93:56: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
QMessageBox::information( this, "Hydrogen", QString( trUtf8( "Importing item failed: %1" ) ).arg( __reply->errorString() ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/DownloadWidget.h:38:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/DownloadWidget.cpp:204:36: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
__eta = ( int )( round( ( __time.elapsed() / __download_percent * ( 100 - __download_percent ) ) / 1000 ) );
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qdatetime.h:235:5: note: 'elapsed' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/DownloadWidget.cpp:219:24: warning: 'trUtf8' is deprecated [-Wdeprecated-declarations]
__eta_label->setText( trUtf8( "(%1/%2 KiB) - ETA %3" ).arg( __bytes_current / 1024 ).arg( __bytes_total / 1024 ).arg( sETA ) );
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/DownloadWidget.h:78:2: note: 'trUtf8' has been explicitly marked deprecated here
Q_OBJECT
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:178:5: note: expanded from macro 'Q_OBJECT'
QT_TR_FUNCTIONS \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qobjectdefs.h:134:5: note: expanded from macro 'QT_TR_FUNCTIONS'
QT_DEPRECATED static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) \
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:292:25: note: expanded from macro 'QT_DEPRECATED'
# define QT_DEPRECATED Q_DECL_DEPRECATED
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/Fader.cpp:137:12: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
if ( ev->delta() > 0 ) {
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/Fader.cpp:147:12: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
if ( ev->delta() > 0 ) {
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/Fader.cpp:360:16: warning: 'transformed' is deprecated: Use transformed(const QTransform &, Qt::TransformationMode mode) [-Wdeprecated-declarations]
m_back=m_back.transformed(matrix);
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtGui/qpixmap.h:133:5: note: 'transformed' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use transformed(const QTransform &, Qt::TransformationMode mode)")
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/Fader.cpp:368:16: warning: 'transformed' is deprecated: Use transformed(const QTransform &, Qt::TransformationMode mode) [-Wdeprecated-declarations]
m_leds=m_leds.transformed(matrix);
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtGui/qpixmap.h:133:5: note: 'transformed' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use transformed(const QTransform &, Qt::TransformationMode mode)")
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/Fader.cpp:377:18: warning: 'transformed' is deprecated: Use transformed(const QTransform &, Qt::TransformationMode mode) [-Wdeprecated-declarations]
m_knob = m_knob.transformed(matrix);
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtGui/qpixmap.h:133:5: note: 'transformed' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use transformed(const QTransform &, Qt::TransformationMode mode)")
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/Fader.cpp:502:11: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
if ( ev->delta() > 0 ) {
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/Fader.cpp:849:11: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
if ( ev->delta() > 0 ) {
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
5 warnings generated.
7 warnings generated.
/data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1/src/gui/src/widgets/LCD.cpp:423:11: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
if ( ev->delta() > 0 ) {
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/data/scratch/audio/hydrogen/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
1 error
make[2]: stopped in /data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1
--- src/gui/CMakeFiles/hydrogen.dir/all ---
*** [src/gui/CMakeFiles/hydrogen.dir/all] Error code 2
make[1]: stopped in /data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1
1 error
make[1]: stopped in /data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1
*** [all] Error code 2
make: stopped in /data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1
1 error
make: stopped in /data/scratch/audio/hydrogen/work/hydrogen-1.0.0-beta1
*** Error code 2
Stop.
make[1]: stopped in /data/pkgsrc/audio/hydrogen
*** Error code 1
Stop.
make: stopped in /data/pkgsrc/audio/hydrogen