Adding upstream version 1.10.16-29-g7e679db.
This commit is contained in:
parent
ea3518dc4f
commit
bb6cc9840b
@ -31,7 +31,7 @@ endif()
|
|||||||
find_package(Qt5 REQUIRED COMPONENTS Widgets X11Extras DBus LinguistTools)
|
find_package(Qt5 REQUIRED COMPONENTS Widgets X11Extras DBus LinguistTools)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
include(LXQtTranslateTs) # Altough the name it doesn't depend on LXQt in any way
|
include(LXQtTranslateTs) # Although the name it doesn't depend on LXQt in any way
|
||||||
include(LXQtTranslateDesktop)
|
include(LXQtTranslateDesktop)
|
||||||
include(Qt5TranslationLoader)
|
include(Qt5TranslationLoader)
|
||||||
|
|
||||||
@ -57,7 +57,7 @@ install(FILES
|
|||||||
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/48x48/apps"
|
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/48x48/apps"
|
||||||
)
|
)
|
||||||
|
|
||||||
# building tarball with CPack
|
# building tar-ball with CPack
|
||||||
include(InstallRequiredSystemLibraries)
|
include(InstallRequiredSystemLibraries)
|
||||||
set(CPACK_PACKAGE_VERSION_MAJOR ${MAJOR_VERSION})
|
set(CPACK_PACKAGE_VERSION_MAJOR ${MAJOR_VERSION})
|
||||||
set(CPACK_PACKAGE_VERSION_MINOR ${MINOR_VERSION})
|
set(CPACK_PACKAGE_VERSION_MINOR ${MINOR_VERSION})
|
||||||
|
@ -71,13 +71,13 @@ function(lxqt_translate_desktop _RESULT)
|
|||||||
if (_translations)
|
if (_translations)
|
||||||
list(SORT _translations)
|
list(SORT _translations)
|
||||||
add_custom_command(OUTPUT ${_outFile}
|
add_custom_command(OUTPUT ${_outFile}
|
||||||
COMMAND grep -v "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile}
|
COMMAND grep -v -a "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile}
|
||||||
COMMAND grep -h ${_pattern} ${_translations} >> ${_outFile}
|
COMMAND grep -h -a ${_pattern} ${_translations} >> ${_outFile}
|
||||||
COMMENT "Generating ${_fileName}${_fileExt}"
|
COMMENT "Generating ${_fileName}${_fileExt}"
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
add_custom_command(OUTPUT ${_outFile}
|
add_custom_command(OUTPUT ${_outFile}
|
||||||
COMMAND grep -v "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile}
|
COMMAND grep -v -a "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile}
|
||||||
COMMENT "Generating ${_fileName}${_fileExt}"
|
COMMENT "Generating ${_fileName}${_fileExt}"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// checkboxdelegate.cpp
|
// checkboxdelegate.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include "checkboxdelegate.h"
|
#include "checkboxdelegate.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// checkboxdelegate.h
|
// checkboxdelegate.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
|
|
||||||
#ifndef CHECKBOXDELEGATE_H
|
#ifndef CHECKBOXDELEGATE_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// command.C
|
// command.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// command.h emacs, this is written in -*-c++-*-
|
// command.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg<EFBFBD>rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef COMMAND_H
|
#ifndef COMMAND_H
|
||||||
#define COMMAND_H
|
#define COMMAND_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// commanddialog.cpp
|
// commanddialog.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include "commanddialog.h"
|
#include "commanddialog.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// commanddialog.h
|
// commanddialog.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
|
|
||||||
#ifndef COMMANDDIALOG_H
|
#ifndef COMMANDDIALOG_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// commandmodel.cpp
|
// commandmodel.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include "commandmodel.h"
|
#include "commandmodel.h"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// commandmodel.h emacs, this is written in -*-c++-*-
|
// commandmodel.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// commandutils.cpp
|
// commandutils.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include "commandutils.h"
|
#include "commandutils.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// commandutils.h
|
// commandutils.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef COMMANDUTILS_H
|
#ifndef COMMANDUTILS_H
|
||||||
#define COMMANDUTILS_H
|
#define COMMANDUTILS_H
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// details.C
|
// details.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// details.h emacs, this is written in -*-c++-*-
|
// details.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// dialogs.C
|
// dialogs.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// dialogs.h emacs, this is a -*-c++-*- file
|
// dialogs.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// execwindow.cpp
|
// execwindow.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include "execwindow.h"
|
#include "execwindow.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// execwindow.h
|
// execwindow.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef EXECWINDOW_H
|
#ifndef EXECWINDOW_H
|
||||||
#define EXECWINDOW_H
|
#define EXECWINDOW_H
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// fieldsel.h emacs, this is written in -*-c++-*-
|
// fieldsel.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
// htable.cpp
|
// htable.cpp
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// * autoscroll speed proportional to distance from edge
|
// * autoscroll speed proportional to distance from edge
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// htable.h emacs, this is written in -*-c++-*-
|
// htable.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
// This file defines the HeadedTable class.
|
// This file defines the HeadedTable class.
|
||||||
// A HeadedTable is a QTableView with one line of headers over each column.
|
// A HeadedTable is a QTableView with one line of headers over each column.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// infobar.C
|
// infobar.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
// 13,245,200
|
// 13,245,200
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// infobar.h emacs, this is written in -*-c++-*-
|
// infobar.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef INFOBAR_H
|
#ifndef INFOBAR_H
|
||||||
#define INFOBAR_H
|
#define INFOBAR_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// listmodel.cpp
|
// listmodel.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include "listmodel.h"
|
#include "listmodel.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// listmodel.h
|
// listmodel.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef LISTMODEL_H
|
#ifndef LISTMODEL_H
|
||||||
#define LISTMODEL_H
|
#define LISTMODEL_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// lookup.C
|
// lookup.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
// This module implements asynchronous address->hostname lookup.
|
// This module implements asynchronous address->hostname lookup.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// lookup.h emacs, this is written in -*-c++-*-
|
// lookup.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef LOOKUP_H
|
#ifndef LOOKUP_H
|
||||||
#define LOOKUP_H
|
#define LOOKUP_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// prefs.C
|
// prefs.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include "prefs.h"
|
#include "prefs.h"
|
||||||
#include "proc.h"
|
#include "proc.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// prefs.h emacs, this is written in -*-c++-*-
|
// prefs.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef PREFS_H
|
#ifndef PREFS_H
|
||||||
#define PREFS_H
|
#define PREFS_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// proc.cpp for Linux
|
// proc.cpp for Linux
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
// Oliver
|
// Oliver
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
// proc.h
|
// proc.h
|
||||||
// emacs, this is written in -*-c++-*- (who?)
|
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef PROC_H
|
#ifndef PROC_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// proc.cpp for Linux
|
// proc.cpp for Linux
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
// Oliver
|
// Oliver
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// proc.C
|
// proc.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// pstable.cpp
|
// pstable.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
// ** toooo complex,so need new Design ... should be more simple.. (by
|
// ** toooo complex,so need new Design ... should be more simple.. (by
|
||||||
// fasthyun@magicn.com)
|
// fasthyun@magicn.com)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// pstable.h emacs, this is written in -*-c++-*-
|
// pstable.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef PSTABLE_H
|
#ifndef PSTABLE_H
|
||||||
#define PSTABLE_H
|
#define PSTABLE_H
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// qps -- Qt-based visual process status monitor
|
// qps -- Qt-based visual process status monitor
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
// fasthyun@magicn.com 2005-2012
|
// fasthyun@magicn.com 2005-2012
|
||||||
// daehyun.yang@gmail.com 2015-
|
// daehyun.yang@gmail.com 2015-
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// qps.h emacs, this is written in -*-c++-*-
|
// qps.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegrd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef QPS_H
|
#ifndef QPS_H
|
||||||
#define QPS_H
|
#define QPS_H
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
// fasthyun@magicn.com 2005-2012
|
// fasthyun@magicn.com 2005-2012
|
||||||
// daehyun.yang@gmail.com 2015-
|
// daehyun.yang@gmail.com 2015-
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
// qpsapp.h
|
||||||
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
// fasthyun@magicn.com 2005-2012
|
// fasthyun@magicn.com 2005-2012
|
||||||
// daehyun.yang@gmail.com 2015-
|
// daehyun.yang@gmail.com 2015-
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// svec.C
|
// svec.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// tablefield.h emacs, this is written in -*-c++-*-
|
// tablefield.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// ttystr.C
|
// ttystr.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// watchcond.cpp
|
// watchcond.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include "watchcond.h"
|
#include "watchcond.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// watchcond.h
|
// watchcond.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef WATCHCOND_H
|
#ifndef WATCHCOND_H
|
||||||
#define WATCHCOND_H
|
#define WATCHCOND_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// watchdialog.h
|
// watchdogdialog.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include "watchdogdialog.h"
|
#include "watchdogdialog.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// watchdogdialog.cpp
|
// watchdogdialog.h
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdeg?rd, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#ifndef WATCHDOGDIALOG_H
|
#ifndef WATCHDOGDIALOG_H
|
||||||
#define WATCHDOGDIALOG_H
|
#define WATCHDOGDIALOG_H
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// wchan.C
|
// wchan.cpp
|
||||||
//
|
//
|
||||||
// This program is free software. See the file COPYING for details.
|
// This program is free software. See the file COPYING for details.
|
||||||
// Author: Mattias Engdegård, 1997-1999
|
// Author: Mattias Engdegård, 1997-1999
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user