Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
JuK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Multimedia
JuK
Commits
f00e55c1
Commit
f00e55c1
authored
Aug 24, 2017
by
Michael Pyne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Let automoc handle the #includes.
parent
b9bd918e
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
0 additions
and
76 deletions
+0
-76
advancedsearchdialog.cpp
advancedsearchdialog.cpp
+0
-2
collectionlist.cpp
collectionlist.cpp
+0
-2
coverdialog.cpp
coverdialog.cpp
+0
-2
coverproxy.cpp
coverproxy.cpp
+0
-2
deletedialog.cpp
deletedialog.cpp
+0
-2
directorylist.cpp
directorylist.cpp
+0
-2
dynamicplaylist.cpp
dynamicplaylist.cpp
+0
-2
exampleoptions.cpp
exampleoptions.cpp
+0
-2
filerenamer.cpp
filerenamer.cpp
+0
-2
filerenamerconfigdlg.cpp
filerenamerconfigdlg.cpp
+0
-2
filerenameroptions.cpp
filerenameroptions.cpp
+0
-2
folderplaylist.cpp
folderplaylist.cpp
+0
-2
historyplaylist.cpp
historyplaylist.cpp
+0
-2
juk.cpp
juk.cpp
+0
-2
k3bexporter.cpp
k3bexporter.cpp
+0
-2
keydialog.cpp
keydialog.cpp
+0
-2
ktrm.cpp
ktrm.cpp
+0
-2
nowplaying.cpp
nowplaying.cpp
+0
-2
playermanager.cpp
playermanager.cpp
+0
-2
playlist.cpp
playlist.cpp
+0
-2
playlistbox.cpp
playlistbox.cpp
+0
-2
playlistcollection.cpp
playlistcollection.cpp
+0
-2
playlistsplitter.cpp
playlistsplitter.cpp
+0
-2
searchplaylist.cpp
searchplaylist.cpp
+0
-2
searchwidget.cpp
searchwidget.cpp
+0
-2
slider.cpp
slider.cpp
+0
-2
slideraction.cpp
slideraction.cpp
+0
-2
statuslabel.cpp
statuslabel.cpp
+0
-2
svghandler.cpp
svghandler.cpp
+0
-2
systemtray.cpp
systemtray.cpp
+0
-2
tageditor.cpp
tageditor.cpp
+0
-2
tagtransactionmanager.cpp
tagtransactionmanager.cpp
+0
-2
trackpickerdialog.cpp
trackpickerdialog.cpp
+0
-2
tracksequencemanager.cpp
tracksequencemanager.cpp
+0
-2
treeviewitemplaylist.cpp
treeviewitemplaylist.cpp
+0
-2
viewmode.cpp
viewmode.cpp
+0
-2
volumepopupbutton.cpp
volumepopupbutton.cpp
+0
-2
webimagefetcher.cpp
webimagefetcher.cpp
+0
-2
No files found.
advancedsearchdialog.cpp
View file @
f00e55c1
...
...
@@ -205,6 +205,4 @@ void AdvancedSearchDialog::updateButtons()
m_fewerButton
->
setEnabled
(
m_searchLines
.
count
()
>
1
);
}
#include "advancedsearchdialog.moc"
// vim: set et sw=4 tw=0 sta:
collectionlist.cpp
View file @
f00e55c1
...
...
@@ -608,6 +608,4 @@ bool CollectionListItem::checkCurrent()
return
true
;
}
#include "collectionlist.moc"
// vim: set et sw=4 tw=0 sta:
coverdialog.cpp
View file @
f00e55c1
...
...
@@ -224,6 +224,4 @@ void CoverDialog::removeSelectedCover()
delete
coverItem
;
}
#include "coverdialog.moc"
// vim: set et sw=4 tw=0 sta:
coverproxy.cpp
View file @
f00e55c1
...
...
@@ -35,5 +35,3 @@ void CoverProxy::handleResult(KJob *job)
CoverManager
::
jobComplete
(
job
,
true
);
}
}
#include "coverproxy.moc"
deletedialog.cpp
View file @
f00e55c1
...
...
@@ -135,6 +135,4 @@ void DeleteDialog::slotShouldDelete(bool shouldDelete)
setButtonGuiItem
(
Ok
,
shouldDelete
?
KStandardGuiItem
::
del
()
:
m_trashGuiItem
);
}
#include "deletedialog.moc"
// vim: set et sw=4 tw=0 sta:
directorylist.cpp
View file @
f00e55c1
...
...
@@ -193,6 +193,4 @@ QStringList DirectoryList::defaultFolders()
return
QStringList
();
}
#include "directorylist.moc"
// vim: set et sw=4 tw=0 sta:
dynamicplaylist.cpp
View file @
f00e55c1
...
...
@@ -189,6 +189,4 @@ void DynamicPlaylist::slotUpdateItems()
synchronizePlayingItems
(
m_playlists
,
true
);
}
#include "dynamicplaylist.moc"
// vim: set et sw=4 tw=0 sta:
exampleoptions.cpp
View file @
f00e55c1
...
...
@@ -90,6 +90,4 @@ void ExampleOptionsDialog::fileModeSelected()
emit
fileChanged
(
m_options
->
m_exampleFile
->
url
());
}
#include "exampleoptions.moc"
// vim: set et sw=4 tw=0 sta:
filerenamer.cpp
View file @
f00e55c1
...
...
@@ -1079,6 +1079,4 @@ QString FileRenamer::fileName(const CategoryReaderInterface &interface)
return
QString
(
folder
+
dirSeparator
+
result
);
}
#include "filerenamer.moc"
// vim: set et sw=4 tw=0 sta:
filerenamerconfigdlg.cpp
View file @
f00e55c1
...
...
@@ -43,6 +43,4 @@ void FileRenamerConfigDlg::accept()
KDialog
::
accept
();
}
#include "filerenamerconfigdlg.moc"
// vim: set et sw=4 tw=0 sta:
filerenameroptions.cpp
View file @
f00e55c1
...
...
@@ -146,6 +146,4 @@ void TagOptionsDialog::saveConfig()
m_options
.
saveConfig
(
m_categoryNumber
);
}
#include "filerenameroptions.moc"
// vim: set et sw=4 tw=0 sta:
folderplaylist.cpp
View file @
f00e55c1
...
...
@@ -85,6 +85,4 @@ QDataStream &operator>>(QDataStream &s, FolderPlaylist &p)
return
s
;
}
#include "folderplaylist.moc"
// vim: set et sw=4 tw=0 sta:
historyplaylist.cpp
View file @
f00e55c1
...
...
@@ -157,6 +157,4 @@ QDataStream &operator>>(QDataStream &s, HistoryPlaylist &p)
return
s
;
}
#include "historyplaylist.moc"
// vim: set et sw=4 tw=0 sta:
juk.cpp
View file @
f00e55c1
...
...
@@ -635,6 +635,4 @@ void JuK::slotCheckAlbumNextAction(bool albumRandomEnabled)
action
(
"forwardAlbum"
)
->
setEnabled
(
albumRandomEnabled
);
}
#include "juk.moc"
// vim: set et sw=4 tw=0 sta:
k3bexporter.cpp
View file @
f00e55c1
...
...
@@ -200,6 +200,4 @@ void K3bPlaylistExporter::slotExport()
}
}
#include "k3bexporter.moc"
// vim: set et sw=4 tw=0 sta:
keydialog.cpp
View file @
f00e55c1
...
...
@@ -221,6 +221,4 @@ void KeyDialog::setupActionShortcut(const QString &actionName)
a
->
setGlobalShortcut
(
shortcut
);
}
#include "keydialog.moc"
// vim: set et sw=4 tw=0 sta:
ktrm.cpp
View file @
f00e55c1
...
...
@@ -46,8 +46,6 @@
#include <fixx11h.h>
#endif
#include "ktrm.moc"
class
KTRMLookup
;
extern
"C"
...
...
nowplaying.cpp
View file @
f00e55c1
...
...
@@ -330,6 +330,4 @@ void TrackItem::slotClearShowMore()
collection
->
clearShowMore
();
}
#include "nowplaying.moc"
// vim: set et sw=4 tw=0 sta:
playermanager.cpp
View file @
f00e55c1
...
...
@@ -727,6 +727,4 @@ void PlayerManager::setRandomPlayMode(const QString &randomMode)
action
<
KToggleAction
>
(
"disableRandomPlay"
)
->
setChecked
(
true
);
}
#include "playermanager.moc"
// vim: set et sw=4 tw=0 sta:
playlist.cpp
View file @
f00e55c1
...
...
@@ -2408,6 +2408,4 @@ bool processEvents()
return
false
;
}
#include "playlist.moc"
// vim: set et sw=4 tw=0 sta:
playlistbox.cpp
View file @
f00e55c1
...
...
@@ -898,6 +898,4 @@ void PlaylistBox::Item::init()
m_sortedFirst
=
true
;
}
#include "playlistbox.moc"
// vim: set et sw=4 tw=0 sta:
playlistcollection.cpp
View file @
f00e55c1
...
...
@@ -998,6 +998,4 @@ KAction *PlaylistCollection::ActionHandler::createAction(const QString &text,
return
action
;
}
#include "playlistcollection.moc"
// vim: set et sw=4 tw=0 sta:
playlistsplitter.cpp
View file @
f00e55c1
...
...
@@ -337,6 +337,4 @@ void PlaylistSplitter::slotEnable()
(
void
)
new
Mpris2
(
this
);
}
#include "playlistsplitter.moc"
// vim: set et sw=4 tw=0 sta:
searchplaylist.cpp
View file @
f00e55c1
...
...
@@ -112,6 +112,4 @@ QDataStream &operator>>(QDataStream &s, SearchPlaylist &p)
return
s
;
}
#include "searchplaylist.moc"
// vim: set et sw=4 tw=0 sta:
searchwidget.cpp
View file @
f00e55c1
...
...
@@ -282,6 +282,4 @@ void SearchWidget::updateColumns()
m_searchLine
.
updateColumns
();
}
#include "searchwidget.moc"
// vim: set et sw=4 tw=0 sta:
slider.cpp
View file @
f00e55c1
...
...
@@ -335,5 +335,3 @@ void TimeSlider::mousePressEvent( QMouseEvent *event )
// We should probably eat this event if we're not able to seek
Slider
::
mousePressEvent
(
event
);
}
#include "slider.moc"
slideraction.cpp
View file @
f00e55c1
...
...
@@ -84,6 +84,4 @@ QWidget *VolumeAction::createWidget(QWidget *parent)
return
m_button
;
}
#include "slideraction.moc"
// vim: set et sw=4 tw=0 sta:
statuslabel.cpp
View file @
f00e55c1
...
...
@@ -208,6 +208,4 @@ QString StatusLabel::formatTime(int minutes, int seconds) // static
return
m
+
':'
+
s
;
}
#include "statuslabel.moc"
// vim: set et sw=4 tw=0 sta:
svghandler.cpp
View file @
f00e55c1
...
...
@@ -222,5 +222,3 @@ void SvgHandler::paintCustomSlider( QPainter *p, QStyleOptionSlider *slider, qre
p
->
drawPixmap
(
knob
.
topLeft
(),
renderSvg
(
string
,
knob
.
width
(),
knob
.
height
(),
string
)
);
}
}
#include "svghandler.moc"
systemtray.cpp
View file @
f00e55c1
...
...
@@ -512,6 +512,4 @@ void SystemTray::scrollEvent(int delta, Qt::Orientation orientation)
}
}
#include "systemtray.moc"
// vim: set et sw=4 tw=0 sta:
tageditor.cpp
View file @
f00e55c1
...
...
@@ -671,6 +671,4 @@ void TagEditor::slotPlaylistDestroyed(Playlist *p)
}
}
#include "tageditor.moc"
// vim: set et sw=4 tw=0 sta:
tagtransactionmanager.cpp
View file @
f00e55c1
...
...
@@ -213,6 +213,4 @@ bool TagTransactionManager::processChangeList(bool undo)
return
errorItems
.
isEmpty
();
}
#include "tagtransactionmanager.moc"
// vim: set et sw=4 tw=0 sta:
trackpickerdialog.cpp
View file @
f00e55c1
...
...
@@ -101,8 +101,6 @@ int TrackPickerDialog::exec()
return
Rejected
;
}
#include "trackpickerdialog.moc"
#endif // HAVE_TUNEPIMP
// vim: set et sw=4 tw=0 sta:
tracksequencemanager.cpp
View file @
f00e55c1
...
...
@@ -180,6 +180,4 @@ void TrackSequenceManager::slotItemAboutToDie(PlaylistItem *item)
m_iterator
->
itemAboutToDie
(
item
);
}
#include "tracksequencemanager.moc"
// vim: set et sw=4 tw=0 sta:
treeviewitemplaylist.cpp
View file @
f00e55c1
...
...
@@ -92,6 +92,4 @@ void TreeViewItemPlaylist::retag(const QStringList &files, Playlist *)
}
}
#include "treeviewitemplaylist.moc"
// vim: set et sw=4 tw=0 sta:
viewmode.cpp
View file @
f00e55c1
...
...
@@ -467,6 +467,4 @@ void TreeViewMode::setupDynamicPlaylists()
m_searchCategories
.
insert
(
"genres"
,
i
);
}
#include "viewmode.moc"
// vim: set et sw=4 tw=0 sta:
volumepopupbutton.cpp
View file @
f00e55c1
...
...
@@ -166,5 +166,3 @@ VolumePopupButton::wheelEvent( QWheelEvent * event )
player
->
setVolume
(
volume
);
volumeChanged
(
volume
);
}
#include "volumepopupbutton.moc"
webimagefetcher.cpp
View file @
f00e55c1
...
...
@@ -218,6 +218,4 @@ void WebImageFetcher::slotCoverChosen()
}
}
#include "webimagefetcher.moc"
// vim: set et sw=4 tw=0 sta:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment