1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 10:24:01 +02:00

Reorder includes in the app

This commit is contained in:
Dominik Schmidt
2012-11-03 02:37:20 +01:00
parent 997c77ca18
commit 85ef6dfdb8
36 changed files with 186 additions and 185 deletions

View File

@@ -20,12 +20,12 @@
#ifndef SOCIALWIDGET_H
#define SOCIALWIDGET_H
#include "Query.h"
#include <QWidget>
#include <QAbstractItemView>
#include <QTimer>
#include "Query.h"
namespace Ui
{
class SocialWidget;
@@ -64,7 +64,7 @@ private slots:
void accept();
void onChanged();
void onShortLinkReady( const QUrl& longUrl, const QUrl& shortUrl, const QVariant& callbackObj );
void onGeometryUpdate();
private: