Ubuntu Pastebin

Paste from michal at Mon, 26 Oct 2015 16:48:19 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
import QtQuick 2.4
import QtMultimedia 5.4

Item {
  width: 20
  height: 20

  Audio {
    Component.onCompleted: console.log("This shit works fine!")
  }
}
Download as text