Remove Qt::Widgets dependency from baloo_file
Review Request #125075 - Created Sept. 6, 2015 and submitted
Information | |
---|---|
Pinak Ahuja | |
baloo | |
Reviewers | |
baloo | |
vhanda |
- Split the EventMonitor into 2 classes PowerStateMonitor and IdleStateMonitor.
- Move delay code to baloo_file_extractor therefore making KF5::IdleTime dependancy of baloo_file_extractor instead of baloo_file, allowing baloo_file to drop GUI dependencies.
baloo seems to be working fine.
-
src/file/extractor/main.cpp (Diff revision 1) -
KAboutData::setApplicationData should be called after application has been created.
-
src/file/powerstatemonitor.h (Diff revision 1) -
I'm not sure if these 'enabled' and 'disabeld' functions are still required.