aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Robert Förster2012-10-04 09:33:47 +0000
committerGravatar Robert Förster2012-10-04 09:33:47 +0000
commit806bdb7d688c6401b2e732f7efbc03417c4570b8 (patch)
tree6a811279bfef4ad2eacd9e6730a0f07f7cc91e1f /src
parentconvert cmake files to lowercase statements prehistoric cmake versions requir... (diff)
downloadKVIrc-806bdb7d688c6401b2e732f7efbc03417c4570b8.tar.gz
KVIrc-806bdb7d688c6401b2e732f7efbc03417c4570b8.tar.bz2
KVIrc-806bdb7d688c6401b2e732f7efbc03417c4570b8.zip
- some files were missing newlines, add them
- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/kvilib/ext/KviAnimatedPixmapInterface.h2
-rw-r--r--src/kvilib/ext/KviCryptEngineManager.h2
-rw-r--r--src/kvilib/ext/KviNickColors.h2
-rw-r--r--src/kvilib/ext/KviOggTheoraDecoder.cpp2
-rw-r--r--src/kvilib/ext/KviPixmapUtils.h2
-rw-r--r--src/kvilib/ext/KviRegisteredUserGroup.h2
-rw-r--r--src/kvilib/ext/KviRegisteredUserMask.h2
-rw-r--r--src/kvilib/irc/KviIrcServerReconnectInfo.h2
-rw-r--r--src/kvilib/irc/KviUserIdentityManager.h2
-rw-r--r--src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp2
-rw-r--r--src/modules/http/CMakeLists.txt2
-rw-r--r--src/modules/perlcore/CMakeLists.txt2
-rw-r--r--src/modules/tip/CMakeLists.txt2
-rw-r--r--src/modules/trayicon/CMakeLists.txt2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/kvilib/ext/KviAnimatedPixmapInterface.h b/src/kvilib/ext/KviAnimatedPixmapInterface.h
index 80a0cf795..bc35f908d 100644
--- a/src/kvilib/ext/KviAnimatedPixmapInterface.h
+++ b/src/kvilib/ext/KviAnimatedPixmapInterface.h
@@ -34,4 +34,4 @@ public:
virtual ~KviAnimatedPixmapInterface(){};
};
-#endif // _KVIANIPIXINTERFACE_H_ \ No newline at end of file
+#endif // _KVIANIPIXINTERFACE_H_
diff --git a/src/kvilib/ext/KviCryptEngineManager.h b/src/kvilib/ext/KviCryptEngineManager.h
index 2541e6782..4946870fc 100644
--- a/src/kvilib/ext/KviCryptEngineManager.h
+++ b/src/kvilib/ext/KviCryptEngineManager.h
@@ -57,4 +57,4 @@ class KviCryptEngineDescription;
};
#endif // COMPILE_CRYPT_SUPPORT
-#endif // _KVI_CRYPT_ENGINE_MANAGER_H_ \ No newline at end of file
+#endif // _KVI_CRYPT_ENGINE_MANAGER_H_
diff --git a/src/kvilib/ext/KviNickColors.h b/src/kvilib/ext/KviNickColors.h
index 88cb8fbce..7e2467325 100644
--- a/src/kvilib/ext/KviNickColors.h
+++ b/src/kvilib/ext/KviNickColors.h
@@ -36,4 +36,4 @@ namespace KviNickColors
extern KVILIB_API int getSmartColorIntByMircColor(unsigned char iFore,unsigned char iBack);
}
-#endif // _KVI_NICKCOLORS_H_ \ No newline at end of file
+#endif // _KVI_NICKCOLORS_H_
diff --git a/src/kvilib/ext/KviOggTheoraDecoder.cpp b/src/kvilib/ext/KviOggTheoraDecoder.cpp
index ab7244cfd..83da7e571 100644
--- a/src/kvilib/ext/KviOggTheoraDecoder.cpp
+++ b/src/kvilib/ext/KviOggTheoraDecoder.cpp
@@ -336,4 +336,4 @@ void KviOggTheoraDecoder::video_write(void)
m_pVideoSignal->append(RGBbuffer, size);
}
-#endif // COMPILE_DISABLE_OGG_THEORA \ No newline at end of file
+#endif // COMPILE_DISABLE_OGG_THEORA
diff --git a/src/kvilib/ext/KviPixmapUtils.h b/src/kvilib/ext/KviPixmapUtils.h
index b940085e0..62ba681da 100644
--- a/src/kvilib/ext/KviPixmapUtils.h
+++ b/src/kvilib/ext/KviPixmapUtils.h
@@ -37,4 +37,4 @@ namespace KviPixmapUtils
inline void drawPixmapWithPainter(QPainter* p,QPixmap * pix,int flags,const QRect& paintRect,int iWidgetWidth,int iWidgetHeight){ KviPixmapUtils::drawPixmapWithPainter(p,pix,flags,paintRect,iWidgetWidth,iWidgetHeight,paintRect.left(),paintRect.top()); }
}
-#endif // _KVIPIXMAPUTILS_H_ \ No newline at end of file
+#endif // _KVIPIXMAPUTILS_H_
diff --git a/src/kvilib/ext/KviRegisteredUserGroup.h b/src/kvilib/ext/KviRegisteredUserGroup.h
index 2bad3e2ac..cecd13c42 100644
--- a/src/kvilib/ext/KviRegisteredUserGroup.h
+++ b/src/kvilib/ext/KviRegisteredUserGroup.h
@@ -45,4 +45,4 @@ public:
const QString & name(){ return m_szName; };
};
-#endif // _KVIREGUSERGROUP_H_ \ No newline at end of file
+#endif // _KVIREGUSERGROUP_H_
diff --git a/src/kvilib/ext/KviRegisteredUserMask.h b/src/kvilib/ext/KviRegisteredUserMask.h
index d65e530b8..d1cf5d5b5 100644
--- a/src/kvilib/ext/KviRegisteredUserMask.h
+++ b/src/kvilib/ext/KviRegisteredUserMask.h
@@ -48,4 +48,4 @@ public:
typedef KviPointerList<KviRegisteredUserMask> KviRegisteredUserMaskList;
-#endif // _KVIREGMASK_H_ \ No newline at end of file
+#endif // _KVIREGMASK_H_
diff --git a/src/kvilib/irc/KviIrcServerReconnectInfo.h b/src/kvilib/irc/KviIrcServerReconnectInfo.h
index fe12bdb87..901583402 100644
--- a/src/kvilib/irc/KviIrcServerReconnectInfo.h
+++ b/src/kvilib/irc/KviIrcServerReconnectInfo.h
@@ -71,4 +71,4 @@ public:
bool m_bIsAway;
};
-#endif //_KVI_IRCSERVER_INFO_H_ \ No newline at end of file
+#endif //_KVI_IRCSERVER_INFO_H_
diff --git a/src/kvilib/irc/KviUserIdentityManager.h b/src/kvilib/irc/KviUserIdentityManager.h
index 4c55f48a3..f6beb9620 100644
--- a/src/kvilib/irc/KviUserIdentityManager.h
+++ b/src/kvilib/irc/KviUserIdentityManager.h
@@ -140,4 +140,4 @@ public:
void load(const QString & szFileName);
};
-#endif // _KVI_USERIDENTITY_MANAGER_H_ \ No newline at end of file
+#endif // _KVI_USERIDENTITY_MANAGER_H_
diff --git a/src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp b/src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp
index e5b3b4286..07b2bd7a3 100644
--- a/src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp
+++ b/src/kvirc/kernel/KviIrcConnectionRequestQueue.cpp
@@ -172,4 +172,4 @@ void KviIrcConnectionRequestQueue::timerSlot()
break;
}
}
-} \ No newline at end of file
+}
diff --git a/src/modules/http/CMakeLists.txt b/src/modules/http/CMakeLists.txt
index 4b82b0895..cb9be651a 100644
--- a/src/modules/http/CMakeLists.txt
+++ b/src/modules/http/CMakeLists.txt
@@ -21,4 +21,4 @@ if(UNIX)
endif()
elseif(WIN32)
install(FILES ${files} DESTINATION ${CMAKE_INSTALL_PREFIX}/pics/)
-endif() \ No newline at end of file
+endif()
diff --git a/src/modules/perlcore/CMakeLists.txt b/src/modules/perlcore/CMakeLists.txt
index 593edac8a..0d7655e82 100644
--- a/src/modules/perlcore/CMakeLists.txt
+++ b/src/modules/perlcore/CMakeLists.txt
@@ -28,4 +28,4 @@ if(COMPILE_PERL_SUPPORT)
string(REPLACE "/RTC1" "" CMAKE_C_FLAGS_DEBUG ${CMAKE_C_FLAGS_DEBUG})
endif()
set_target_properties(${kvi_module_name} PROPERTIES COMPILE_FLAGS ${PERL_COMPILE_FLAGS})
-endif() \ No newline at end of file
+endif()
diff --git a/src/modules/tip/CMakeLists.txt b/src/modules/tip/CMakeLists.txt
index 1e14e4c9a..7c6afb7d2 100644
--- a/src/modules/tip/CMakeLists.txt
+++ b/src/modules/tip/CMakeLists.txt
@@ -23,4 +23,4 @@ if(UNIX)
elseif(WIN32)
install(FILES ${tips} DESTINATION ${CMAKE_INSTALL_PREFIX}/config/modules/)
install(FILES ${pics} DESTINATION ${CMAKE_INSTALL_PREFIX}/pics/)
-endif() \ No newline at end of file
+endif()
diff --git a/src/modules/trayicon/CMakeLists.txt b/src/modules/trayicon/CMakeLists.txt
index 3304f479f..c5d2f3608 100644
--- a/src/modules/trayicon/CMakeLists.txt
+++ b/src/modules/trayicon/CMakeLists.txt
@@ -32,4 +32,4 @@ if(UNIX)
endif()
elseif(WIN32)
install(FILES ${win32Files} DESTINATION ${CMAKE_INSTALL_PREFIX}/pics/)
-endif() \ No newline at end of file
+endif()