Removed HAL dependant code.
#9
Merged
MicheleC
merged 1 commits from drop/hal-code
into master
3 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'drop/hal-code'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Cleanup of HAL left over code and comments.
Instead of removing config.h, it should have better content. At the same time, it should be used in CPP files instead of in H.
@ -68,4 +67,0 @@
##### write configure files #####################
configure_file( config.h.cmake config.h @ONLY )
Instead of removing, we probably should do at least ordinary
config.h
.@ -1 +0,0 @@
#cmakedefine HAVE_HAL_0_5_10 1
I suggest using the usual basic content instead of removal:
@ -37,4 +37,1 @@
// Global Header
#ifdef HAVE_CONFIG_H
#include <config.h>
Including
config.h
probably should be moved to CPP files.@ -1087,1 +1079,3 @@
// blocked by normal KDE/QT (GUI) calls
// need this functions to make events independent
// from Qt event loop and to allow TQt3 D-Bus bindings to get not
// blocked by normal TDE/QT (GUI) calls
At the same time, replace Qt => TQt.
@ -35,4 +35,1 @@
// Global Header
#ifdef HAVE_CONFIG_H
#include <config.h>
Including
config.h
probably should be moved to CPP files.@ -34,4 +34,1 @@
// Global Header
#ifdef HAVE_CONFIG_H
#include <config.h>
Including
config.h
probably should be moved to CPP files.@ -33,4 +33,1 @@
// Global Header
#ifdef HAVE_CONFIG_H
#include <config.h>
Including
config.h
probably should be moved to CPP files.@ -35,4 +35,1 @@
// Global Header
#ifdef HAVE_CONFIG_H
#include <config.h>
Including
config.h
probably should be moved to CPP files.@ -24,4 +24,1 @@
// Global Header
#ifdef HAVE_CONFIG_H
#include <config.h>
Including
config.h
probably should be moved to CPP files.@ -23,4 +23,1 @@
// Global Header
#ifdef HAVE_CONFIG_H
#include <config.h>
Including
config.h
probably should be moved to CPP files.c1a94699ce
to4112c3b486
3 years agoI have updated the PR as per suggested feedback. Please take another look.
Tested, looks good.
4112c3b486
into master 3 years agoReviewers
4112c3b486
.