Refactor the imports of IconLoader.qml
This commit is contained in:
parent
6f9ec10697
commit
7b2088cab9
@ -17,10 +17,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
import QtQuick 1.1
|
||||
import org.kde.plasma.core 0.1 as PlasmaCore
|
||||
import org.kde.qtextracomponents 0.1
|
||||
|
||||
/**Documentanted API
|
||||
Inherits:
|
||||
Item
|
||||
@ -41,6 +37,10 @@ Properties:
|
||||
Returns the dir,in which the icon exists.
|
||||
**/
|
||||
|
||||
import QtQuick 1.1
|
||||
import org.kde.plasma.core 0.1 as PlasmaCore
|
||||
import org.kde.qtextracomponents 0.1
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user